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. |
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