ProviderPermission Class
The provider permission.
Constructor
ProviderPermission(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
application_id
|
The application id. |
|
role_definition
|
Role definition properties. |
|
managed_by_role_definition
|
Role definition properties. |
|
provider_authorization_consent_state
|
The provider authorization consent state. Known values are: "NotSpecified", "Required", "NotRequired", and "Consented". |
Attributes
application_id
The application id.
application_id: str | None
managed_by_role_definition
Role definition properties.
managed_by_role_definition: _models.RoleDefinition | None
provider_authorization_consent_state
"NotSpecified", "Required", "NotRequired", and "Consented".
provider_authorization_consent_state: str | _models.ProviderAuthorizationConsentState | None
role_definition
Role definition properties.
role_definition: _models.RoleDefinition | None