JustInTimeAccessPolicy Class

Just-in-time access policy setting.

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

Constructor

JustInTimeAccessPolicy(*, multi_factor_auth_provider: str | _models.MultiFactorAuthProvider = 'None', maximum_activation_duration: timedelta = 'PT8H', managed_by_tenant_approvers: list['_models.EligibleApprover'] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
multi_factor_auth_provider

The multi-factor authorization provider to be used for just-in-time access requests. Known values are: "Azure" and "None".

Default value: None
maximum_activation_duration

The maximum access duration in ISO 8601 format for just-in-time access requests.

Default value: PT8H
managed_by_tenant_approvers

The list of managedByTenant approvers for the eligible authorization.

Default value: None

Variables

Name Description
multi_factor_auth_provider

The multi-factor authorization provider to be used for just-in-time access requests. Known values are: "Azure" and "None".

maximum_activation_duration

The maximum access duration in ISO 8601 format for just-in-time access requests.

managed_by_tenant_approvers

The list of managedByTenant approvers for the eligible authorization.