Uses of Class
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRequiredResourceAccess
-
Packages that use MicrosoftGraphRequiredResourceAccess Package Description com.azure.resourcemanager.authorization.fluent.models 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 MicrosoftGraphRequiredResourceAccess Modifier and Type Method Description MicrosoftGraphRequiredResourceAccessMicrosoftGraphRequiredResourceAccess. withAdditionalProperties(Map<String,Object> additionalProperties)Set the additionalProperties property: requiredResourceAccess.MicrosoftGraphRequiredResourceAccessMicrosoftGraphRequiredResourceAccess. 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.MicrosoftGraphRequiredResourceAccessMicrosoftGraphRequiredResourceAccess. 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 MicrosoftGraphRequiredResourceAccess Modifier and Type Method Description List<MicrosoftGraphRequiredResourceAccess>MicrosoftGraphApplicationInner. 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 MicrosoftGraphRequiredResourceAccess Modifier and Type Method Description MicrosoftGraphApplicationInnerMicrosoftGraphApplicationInner. 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.
-