Uses of Class
ai.vectros.types.AccessProfileResponse.Builder
Packages that use AccessProfileResponse.Builder
-
Uses of AccessProfileResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return AccessProfileResponse.BuilderModifier and TypeMethodDescriptionAccessProfileResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) AccessProfileResponse.Builder.additionalProperty(String key, Object value) AccessProfileResponse.builder()The app context this profile belongs to.Whether this call created a new access profile.When the profile was created (ISO-8601 UTC).AccessProfileResponse.Builder.from(AccessProfileResponse other) Opaque identifier for this profile.AccessProfileResponse.Builder.identityOverrides(Map<String, Object> identityOverrides) AccessProfileResponse.Builder.identityOverrides(Optional<Map<String, Object>> identityOverrides) Per-context identity overrides.AccessProfileResponse.Builder.lastModified(String lastModified) AccessProfileResponse.Builder.lastModified(Optional<String> lastModified) When the profile was last modified (ISO-8601 UTC).AccessProfileResponse.Builder.principalId(String principalId) AccessProfileResponse.Builder.principalId(Optional<String> principalId) Principal this profile applies to —usr_<userId>for a user, orkey_<keyId>for a scoped API key acting as its own principal.Reference to a role that supplies this principal's scopes.AccessProfileResponse.Builder.scopes(List<ScopeClause> scopes) AccessProfileResponse.Builder.scopes(Optional<List<ScopeClause>> scopes) Inline scope clauses granted to the principal.Profile lifecycle status:activeorsuspended.