Class MicrosoftGraphRequiredResourceAccess
java.lang.Object
com.azure.resourcemanager.authorization.fluent.models.MicrosoftGraphRequiredResourceAccess
requiredResourceAccess.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of MicrosoftGraphRequiredResourceAccess class. -
Method Summary
Modifier and TypeMethodDescriptionGet the additionalProperties property: requiredResourceAccess.Get the resourceAccess property: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.Get the resourceAppId property: The unique identifier for the resource that the application requires access to.voidvalidate()Validates the instance.withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: requiredResourceAccess.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.withResourceAppId(String resourceAppId) Set the resourceAppId property: The unique identifier for the resource that the application requires access to.
-
Constructor Details
-
MicrosoftGraphRequiredResourceAccess
public MicrosoftGraphRequiredResourceAccess()Creates an instance of MicrosoftGraphRequiredResourceAccess class.
-
-
Method Details
-
resourceAccess
Get the resourceAccess property: The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.- Returns:
- the resourceAccess value.
-
withResourceAccess
public 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.- Parameters:
resourceAccess- the resourceAccess value to set.- Returns:
- the MicrosoftGraphRequiredResourceAccess object itself.
-
resourceAppId
Get the resourceAppId property: The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application.- Returns:
- the resourceAppId value.
-
withResourceAppId
Set the resourceAppId property: The unique identifier for the resource that the application requires access to. This should be equal to the appId declared on the target resource application.- Parameters:
resourceAppId- the resourceAppId value to set.- Returns:
- the MicrosoftGraphRequiredResourceAccess object itself.
-
additionalProperties
Get the additionalProperties property: requiredResourceAccess.- Returns:
- the additionalProperties value.
-
withAdditionalProperties
public MicrosoftGraphRequiredResourceAccess withAdditionalProperties(Map<String, Object> additionalProperties) Set the additionalProperties property: requiredResourceAccess.- Parameters:
additionalProperties- the additionalProperties value to set.- Returns:
- the MicrosoftGraphRequiredResourceAccess object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-