Zero Trust Access Policy Args
constructor(accountId: Output<String>? = null, approvalGroups: Output<List<ZeroTrustAccessPolicyApprovalGroupArgs>>? = null, approvalRequired: Output<Boolean>? = null, decision: Output<String>? = null, excludes: Output<List<ZeroTrustAccessPolicyExcludeArgs>>? = null, includes: Output<List<ZeroTrustAccessPolicyIncludeArgs>>? = null, isolationRequired: Output<Boolean>? = null, name: Output<String>? = null, purposeJustificationPrompt: Output<String>? = null, purposeJustificationRequired: Output<Boolean>? = null, requires: Output<List<ZeroTrustAccessPolicyRequireArgs>>? = null, sessionDuration: Output<String>? = null)