Uses of Interface
ai.vectros.types.AccessProfileRequest._FinalStage
Packages that use AccessProfileRequest._FinalStage
-
Uses of AccessProfileRequest._FinalStage in ai.vectros.types
Classes in ai.vectros.types that implement AccessProfileRequest._FinalStageMethods in ai.vectros.types that return AccessProfileRequest._FinalStageModifier and TypeMethodDescriptionAccessProfileRequest._FinalStage.additionalProperties(Map<String, Object> additionalProperties) AccessProfileRequest._FinalStage.additionalProperty(String key, Object value) AccessProfileRequest._FinalStage.identityOverrides(Map<String, Object> identityOverrides) AccessProfileRequest._FinalStage.identityOverrides(Optional<Map<String, Object>> identityOverrides) Optional per-context identity overrides, keyed by ownership namespace inscope:<namespace>form —scope:organdscope:clientfor the reserved namespaces, or any namespace you have registered (for examplescope:group).AccessProfileRequest.Builder.identityOverrides(Map<String, Object> identityOverrides) Optional per-context identity overrides, keyed by ownership namespace inscope:<namespace>form —scope:organdscope:clientfor the reserved namespaces, or any namespace you have registered (for examplescope:group).AccessProfileRequest.Builder.identityOverrides(Optional<Map<String, Object>> identityOverrides) Optional per-context identity overrides, keyed by ownership namespace inscope:<namespace>form —scope:organdscope:clientfor the reserved namespaces, or any namespace you have registered (for examplescope:group).AccessProfileRequest.Builder.principalId(@NotNull String principalId) Principal this profile applies to.AccessProfileRequest.PrincipalIdStage.principalId(@NotNull String principalId) Principal this profile applies to.Reference to a role within the same context that supplies this principal's scopes.Reference to a role within the same context that supplies this principal's scopes.Reference to a role within the same context that supplies this principal's scopes.AccessProfileRequest._FinalStage.scopes(List<ScopeClause> scopes) AccessProfileRequest._FinalStage.scopes(Optional<List<ScopeClause>> scopes) Inline scope clauses to grant the principal.AccessProfileRequest.Builder.scopes(List<ScopeClause> scopes) Inline scope clauses to grant the principal.AccessProfileRequest.Builder.scopes(Optional<List<ScopeClause>> scopes) Inline scope clauses to grant the principal.AccessProfileRequest._FinalStage.status(AccessProfileRequestStatus status) AccessProfileRequest._FinalStage.status(Optional<AccessProfileRequestStatus> status) Profile lifecycle status.AccessProfileRequest.Builder.status(AccessProfileRequestStatus status) Profile lifecycle status.AccessProfileRequest.Builder.status(Optional<AccessProfileRequestStatus> status) Profile lifecycle status.