Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceAccess
Packages that use MicrosoftGraphResourceAccess
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphResourceAccess in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphResourceAccessModifier and TypeMethodDescriptionMicrosoftGraphResourceAccess.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: resourceAccess.Set the id property: The unique identifier for one of the oauth2PermissionScopes or appRole instances that the resource application exposes.Set the type property: Specifies whether the id property references an oauth2PermissionScopes or an appRole.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphResourceAccessModifier and TypeMethodDescriptionMicrosoftGraphRequiredResourceAccess.resourceAccess()Get the resourceAccess property: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphResourceAccessModifier and TypeMethodDescriptionMicrosoftGraphRequiredResourceAccess.withResourceAccess(List<MicrosoftGraphResourceAccess> resourceAccess) Set the resourceAccess property: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.