Class ResourceAccess
java.lang.Object
com.microsoft.azure.management.graphrbac.ResourceAccess
Specifies an OAuth 2.0 permission scope or an app role that an application
requires. The resourceAccess property of the RequiredResourceAccess type is
a collection of ResourceAccess.
-
Constructor Details
-
ResourceAccess
public ResourceAccess()
-
-
Method Details
-
additionalProperties
Get the additionalProperties value.- Returns:
- the additionalProperties value
-
withAdditionalProperties
Set the additionalProperties value.- Parameters:
additionalProperties
- the additionalProperties value to set- Returns:
- the ResourceAccess object itself.
-
id
Get the id value.- Returns:
- the id value
-
withId
Set the id value.- Parameters:
id
- the id value to set- Returns:
- the ResourceAccess object itself.
-
type
Get the type value.- Returns:
- the type value
-
withType
Set the type value.- Parameters:
type
- the type value to set- Returns:
- the ResourceAccess object itself.
-