ProviderPermission Class
The provider permission.
- Inheritance
-
azure.mgmt.resource.resources._serialization.ModelProviderPermission
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". |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python