ResourceAccess Class

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.

All required parameters must be populated in order to send to Azure.

Inheritance
ResourceAccess

Constructor

ResourceAccess(**kwargs)

Parameters

additional_properties
dict[str, object]
Required

Unmatched properties from the message are deserialized this collection

id
str
Required

Required. The unique identifier for one of the OAuth2Permission or AppRole instances that the resource application exposes.

type
str
Required

Specifies whether the id property references an OAuth2Permission or an AppRole. Possible values are "scope" or "role".