Access Group Exclude Args
data class AccessGroupExcludeArgs(val anyValidServiceToken: Output<Boolean>? = null, val authContexts: Output<List<AccessGroupExcludeAuthContextArgs>>? = null, val authMethod: Output<String>? = null, val azures: Output<List<AccessGroupExcludeAzureArgs>>? = null, val certificate: Output<Boolean>? = null, val commonName: Output<String>? = null, val devicePostures: Output<List<String>>? = null, val emailDomains: Output<List<String>>? = null, val emails: Output<List<String>>? = null, val everyone: Output<Boolean>? = null, val externalEvaluation: Output<AccessGroupExcludeExternalEvaluationArgs>? = null, val geos: Output<List<String>>? = null, val githubs: Output<List<AccessGroupExcludeGithubArgs>>? = null, val groups: Output<List<String>>? = null, val gsuites: Output<List<AccessGroupExcludeGsuiteArgs>>? = null, val ipLists: Output<List<String>>? = null, val ips: Output<List<String>>? = null, val loginMethods: Output<List<String>>? = null, val oktas: Output<List<AccessGroupExcludeOktaArgs>>? = null, val samls: Output<List<AccessGroupExcludeSamlArgs>>? = null, val serviceTokens: Output<List<String>>? = null) : ConvertibleToJava<AccessGroupExcludeArgs>
Constructors
Link copied to clipboard
fun AccessGroupExcludeArgs(anyValidServiceToken: Output<Boolean>? = null, authContexts: Output<List<AccessGroupExcludeAuthContextArgs>>? = null, authMethod: Output<String>? = null, azures: Output<List<AccessGroupExcludeAzureArgs>>? = null, certificate: Output<Boolean>? = null, commonName: Output<String>? = null, devicePostures: Output<List<String>>? = null, emailDomains: Output<List<String>>? = null, emails: Output<List<String>>? = null, everyone: Output<Boolean>? = null, externalEvaluation: Output<AccessGroupExcludeExternalEvaluationArgs>? = null, geos: Output<List<String>>? = null, githubs: Output<List<AccessGroupExcludeGithubArgs>>? = null, groups: Output<List<String>>? = null, gsuites: Output<List<AccessGroupExcludeGsuiteArgs>>? = null, ipLists: Output<List<String>>? = null, ips: Output<List<String>>? = null, loginMethods: Output<List<String>>? = null, oktas: Output<List<AccessGroupExcludeOktaArgs>>? = null, samls: Output<List<AccessGroupExcludeSamlArgs>>? = null, serviceTokens: Output<List<String>>? = null)