Package ai.vectros.types
Class AccessProfileSpec.Builder
java.lang.Object
ai.vectros.types.AccessProfileSpec.Builder
- Enclosing class:
AccessProfileSpec
-
Method Summary
Modifier and TypeMethodDescriptionadditionalProperties(Map<String, Object> additionalProperties) additionalProperty(String key, Object value) build()from(AccessProfileSpec other) Identifier of an existing role in the same app context.scopes(List<ScopeClause> scopes) scopes(Optional<List<ScopeClause>> scopes) Inline list of scope clauses granted directly to the invitee.
-
Method Details
-
from
-
roleId
Identifier of an existing role in the same app context. The invitee inherits that role's scopes. Provide this OR
scopes, not both. -
roleId
-
scopes
Inline list of scope clauses granted directly to the invitee. Provide this OR
roleId, not both. -
scopes
-
build
-
additionalProperty
-
additionalProperties
-