Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphResourceAccess
-
Packages that use MicrosoftGraphResourceAccess Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphResourceAccess Modifier and Type Method Description MicrosoftGraphResourceAccess
MicrosoftGraphResourceAccess. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: resourceAccess.MicrosoftGraphResourceAccess
MicrosoftGraphResourceAccess. withId(UUID id)
Set the id property: The unique identifier for one of the oauth2PermissionScopes or appRole instances that the resource application exposes.MicrosoftGraphResourceAccess
MicrosoftGraphResourceAccess. withType(String type)
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 MicrosoftGraphResourceAccess Modifier and Type Method Description List<MicrosoftGraphResourceAccess>
MicrosoftGraphRequiredResourceAccess. 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 MicrosoftGraphResourceAccess Modifier and Type Method Description MicrosoftGraphRequiredResourceAccess
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.
-