Package ai.vectros.types
Interface AccessProfileRequest.PrincipalIdStage
- All Known Implementing Classes:
AccessProfileRequest.Builder
- Enclosing class:
AccessProfileRequest
public static interface AccessProfileRequest.PrincipalIdStage
-
Method Summary
Modifier and TypeMethodDescriptionfrom(AccessProfileRequest other) principalId(@NotNull String principalId) Principal this profile applies to.
-
Method Details
-
principalId
Principal this profile applies to. Must start with
usr_(an authenticated user — the suffix is the user id) orkey_(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
-