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". |
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for Python