Interface AccessProfileRequest.PrincipalIdStage

All Known Implementing Classes:
AccessProfileRequest.Builder
Enclosing class:
AccessProfileRequest

public static interface AccessProfileRequest.PrincipalIdStage
  • Method Details

    • principalId

      AccessProfileRequest._FinalStage principalId(@NotNull @NotNull String principalId)

      Principal this profile applies to. Must start with usr_ (an authenticated user — the suffix is the user id) or key_ (a scoped API key acting as its own principal — the suffix is the key id). The suffix may contain only letters, digits, underscores, and hyphens. Required when creating (POST); ignored when updating (PUT), where it is taken from the path.

    • from