JitAuthorizationPolicies Class

The JIT authorization policies.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.resource.managedapplications._serialization.Model
JitAuthorizationPolicies

Constructor

JitAuthorizationPolicies(*, principal_id: str, role_definition_id: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
principal_id
str

The the principal id that will be granted JIT access. Required.

role_definition_id
str

The role definition id that will be granted to the Principal. Required.

Variables

Name Description
principal_id
str

The the principal id that will be granted JIT access. Required.

role_definition_id
str

The role definition id that will be granted to the Principal. Required.