JitAuthorizationPolicies Class
The JIT authorization policies.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.resource.managedapplications._serialization.ModelJitAuthorizationPolicies
Constructor
JitAuthorizationPolicies(*, principal_id: str, role_definition_id: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
principal_id
|
The the principal id that will be granted JIT access. Required. |
role_definition_id
|
The role definition id that will be granted to the Principal. Required. |
Variables
Name | Description |
---|---|
principal_id
|
The the principal id that will be granted JIT access. Required. |
role_definition_id
|
The role definition id that will be granted to the Principal. Required. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python