JustInTimeAccessPolicy Class
Just-in-time access policy setting.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelJustInTimeAccessPolicy
Constructor
JustInTimeAccessPolicy(*, multi_factor_auth_provider: str | MultiFactorAuthProvider, maximum_activation_duration: timedelta | None = None, **kwargs)
Parameters
Name | Description |
---|---|
multi_factor_auth_provider
Required
|
Required. MFA provider. Possible values include: "Azure", "None". |
maximum_activation_duration
Required
|
Maximum access duration in ISO 8601 format. The default value is "PT8H". |
Keyword-Only Parameters
Name | Description |
---|---|
multi_factor_auth_provider
Required
|
|
maximum_activation_duration
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