Uses of Class
ai.vectros.types.RoleResponse.Builder
Packages that use RoleResponse.Builder
-
Uses of RoleResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return RoleResponse.BuilderModifier and TypeMethodDescriptionRoleResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) RoleResponse.Builder.additionalProperty(String key, Object value) Which values, perscope:<namespace>, a holder of this role may assume viaPOST /v1/auth/token/assume.static RoleResponse.BuilderRoleResponse.builder()The ID of the app context this role belongs to.Whether this call created a new role.When the role was created, as an ISO-8601 UTC timestamp.RoleResponse.Builder.description(String description) RoleResponse.Builder.description(Optional<String> description) An optional free-text description of what the role grants.RoleResponse.Builder.from(RoleResponse other) The role's globally unique identifier, composed from your account, the app context, and the role ID.RoleResponse.Builder.lastModified(String lastModified) RoleResponse.Builder.lastModified(Optional<String> lastModified) When the role was last modified, as an ISO-8601 UTC timestamp.A human-readable display name for the role.Your own identifier for this role within the app context.RoleResponse.Builder.scopes(List<ScopeClause> scopes) RoleResponse.Builder.scopes(Optional<List<ScopeClause>> scopes) The role's permissions, expressed as one or more scope clauses.