ProviderPermission Class
The provider permission.
Constructor
ProviderPermission(*, application_id: str | None = None, role_definition: _models.RoleDefinition | None = None, managed_by_role_definition: _models.RoleDefinition | None = None, provider_authorization_consent_state: str | _models.ProviderAuthorizationConsentState | None = None, **kwargs: Any)
Keyword-Only Parameters
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". |
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". |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python