Zero Trust Access Policy Require Args
constructor(anyValidServiceToken: Output<Boolean>? = null, authContexts: Output<List<ZeroTrustAccessPolicyRequireAuthContextArgs>>? = null, authMethod: Output<String>? = null, azures: Output<List<ZeroTrustAccessPolicyRequireAzureArgs>>? = null, certificate: Output<Boolean>? = null, commonName: Output<String>? = null, commonNames: Output<List<String>>? = null, devicePostures: Output<List<String>>? = null, emailDomains: Output<List<String>>? = null, emailLists: Output<List<String>>? = null, emails: Output<List<String>>? = null, everyone: Output<Boolean>? = null, externalEvaluations: Output<List<ZeroTrustAccessPolicyRequireExternalEvaluationArgs>>? = null, geos: Output<List<String>>? = null, githubs: Output<List<ZeroTrustAccessPolicyRequireGithubArgs>>? = null, groups: Output<List<String>>? = null, gsuites: Output<List<ZeroTrustAccessPolicyRequireGsuiteArgs>>? = null, ipLists: Output<List<String>>? = null, ips: Output<List<String>>? = null, loginMethods: Output<List<String>>? = null, oktas: Output<List<ZeroTrustAccessPolicyRequireOktaArgs>>? = null, samls: Output<List<ZeroTrustAccessPolicyRequireSamlArgs>>? = null, serviceTokens: Output<List<String>>? = null)