Just In Time Access Policy Response
data class JustInTimeAccessPolicyResponse(val managedByTenantApprovers: List<EligibleApproverResponse>? = null, val maximumActivationDuration: String? = null, val multiFactorAuthProvider: String)
Just-in-time access policy setting.
Constructors
Link copied to clipboard
constructor(managedByTenantApprovers: List<EligibleApproverResponse>? = null, maximumActivationDuration: String? = null, multiFactorAuthProvider: String)
Properties
Link copied to clipboard
The list of managedByTenant approvers for the eligible authorization.
Link copied to clipboard
The maximum access duration in ISO 8601 format for just-in-time access requests.
Link copied to clipboard
The multi-factor authorization provider to be used for just-in-time access requests.