Interface CreateScopedKeyRequest.UserIdStage
- All Known Implementing Classes:
CreateScopedKeyRequest.Builder
- Enclosing class:
CreateScopedKeyRequest
public static interface CreateScopedKeyRequest.UserIdStage
-
Method Summary
Modifier and TypeMethodDescriptionThe user the key binds to.
-
Method Details
-
userId
The user the key binds to. May be a
HUMANor aSERVICEuser (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.
-