Uses of Class
ai.vectros.types.ScopeRequest.Builder
Packages that use ScopeRequest.Builder
-
Uses of ScopeRequest.Builder in ai.vectros.types
Methods in ai.vectros.types that return ScopeRequest.BuilderModifier and TypeMethodDescriptionScopeRequest.Builder.additionalProperties(Map<String, Object> additionalProperties) ScopeRequest.Builder.additionalProperty(String key, Object value) ScopeRequest.Builder.allowedActions(List<String> allowedActions) ScopeRequest.Builder.allowedActions(Optional<List<String>> allowedActions) The actions this token may perform.static ScopeRequest.BuilderScopeRequest.builder()Restricts which records the token can access, and authorizes where it may place them.ScopeRequest.Builder.from(ScopeRequest other) Default ownership values stamped onto resources created with this token.