RequiredResourceAccess Class
Specifies the set of OAuth 2.0 permission scopes and app roles under the specified resource that an application requires access to. The specified OAuth 2.0 permission scopes may be requested by client applications (through the requiredResourceAccess collection) when calling a resource application. The requiredResourceAccess property of the Application entity is a collection of RequiredResourceAccess.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
RequiredResourceAccess
Constructor
RequiredResourceAccess(**kwargs)
Parameters
Unmatched properties from the message are deserialized this collection
- resource_access
- list[ResourceAccess]
Required. The list of OAuth2.0 permission scopes and app roles that the application requires from the specified resource.
- resource_app_id
- str
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.
Feedback
Submit and view feedback for