Interface CreateScopedKeyRequest.UserIdStage

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

public static interface CreateScopedKeyRequest.UserIdStage
  • Method Details

    • userId

      CreateScopedKeyRequest._FinalStage userId(@NotNull @NotNull String userId)

      The user the key binds to. May be a HUMAN or a SERVICE user (a service user is the typical agent or bot case). An access profile must already exist for this context and user — the key references that profile; it does not create one. Naming your own principal needs nothing further; naming any OTHER principal additionally requires the delegate-mint capability on your credential, or a root API key.