Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRequiredResourceAccess
Packages that use MicrosoftGraphRequiredResourceAccess
Package
Description
Package containing the inner data models for AuthorizationManagementClient.
-
Uses of MicrosoftGraphRequiredResourceAccess in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return MicrosoftGraphRequiredResourceAccessModifier and TypeMethodDescriptionMicrosoftGraphRequiredResourceAccess.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: requiredResourceAccess.MicrosoftGraphRequiredResourceAccess.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.MicrosoftGraphRequiredResourceAccess.withResourceAppId(String resourceAppId) Set the resourceAppId property: The unique identifier for the resource that the application requires access to.Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type MicrosoftGraphRequiredResourceAccessModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.requiredResourceAccess()Get the requiredResourceAccess property: Specifies resources that this application requires access to and the set of OAuth permission scopes and application roles that it needs under each of those resources.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type MicrosoftGraphRequiredResourceAccessModifier and TypeMethodDescriptionMicrosoftGraphApplicationInner.withRequiredResourceAccess(List<MicrosoftGraphRequiredResourceAccess> requiredResourceAccess) Set the requiredResourceAccess property: Specifies resources that this application requires access to and the set of OAuth permission scopes and application roles that it needs under each of those resources.