Uses of Class
ai.vectros.resources.auth.requests.ListAccessProfilesRequest
Packages that use ListAccessProfilesRequest
-
Uses of ListAccessProfilesRequest in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth with parameters of type ListAccessProfilesRequestModifier and TypeMethodDescriptionAsyncAuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.AsyncAuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request, RequestOptions requestOptions) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.AsyncRawAuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.AsyncRawAuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request, RequestOptions requestOptions) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.AuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.AuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request, RequestOptions requestOptions) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.RawAuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.RawAuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request, RequestOptions requestOptions) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes. -
Uses of ListAccessProfilesRequest in ai.vectros.resources.auth.requests
Methods in ai.vectros.resources.auth.requests that return ListAccessProfilesRequestMethods in ai.vectros.resources.auth.requests with parameters of type ListAccessProfilesRequestModifier and TypeMethodDescriptionListAccessProfilesRequest.Builder.from(ListAccessProfilesRequest other)