AccessGroupIncludeArgs

data class AccessGroupIncludeArgs(val anyValidServiceToken: Output<Boolean>? = null, val authMethod: Output<String>? = null, val azures: Output<List<AccessGroupIncludeAzureArgs>>? = 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<AccessGroupIncludeExternalEvaluationArgs>? = null, val geos: Output<List<String>>? = null, val githubs: Output<List<AccessGroupIncludeGithubArgs>>? = null, val groups: Output<List<String>>? = null, val gsuites: Output<List<AccessGroupIncludeGsuiteArgs>>? = null, val ipLists: Output<List<String>>? = null, val ips: Output<List<String>>? = null, val loginMethods: Output<List<String>>? = null, val oktas: Output<List<AccessGroupIncludeOktaArgs>>? = null, val samls: Output<List<AccessGroupIncludeSamlArgs>>? = null, val serviceTokens: Output<List<String>>? = null) : ConvertibleToJava<AccessGroupIncludeArgs>

Constructors

Link copied to clipboard
constructor(anyValidServiceToken: Output<Boolean>? = null, authMethod: Output<String>? = null, azures: Output<List<AccessGroupIncludeAzureArgs>>? = 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<AccessGroupIncludeExternalEvaluationArgs>? = null, geos: Output<List<String>>? = null, githubs: Output<List<AccessGroupIncludeGithubArgs>>? = null, groups: Output<List<String>>? = null, gsuites: Output<List<AccessGroupIncludeGsuiteArgs>>? = null, ipLists: Output<List<String>>? = null, ips: Output<List<String>>? = null, loginMethods: Output<List<String>>? = null, oktas: Output<List<AccessGroupIncludeOktaArgs>>? = null, samls: Output<List<AccessGroupIncludeSamlArgs>>? = null, serviceTokens: Output<List<String>>? = null)

Properties

Link copied to clipboard
val anyValidServiceToken: Output<Boolean>? = null
Link copied to clipboard
val authMethod: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val certificate: Output<Boolean>? = null
Link copied to clipboard
val commonName: Output<String>? = null
Link copied to clipboard
val devicePostures: Output<List<String>>? = null
Link copied to clipboard
val emailDomains: Output<List<String>>? = null
Link copied to clipboard
val emails: Output<List<String>>? = null
Link copied to clipboard
val everyone: Output<Boolean>? = null
Link copied to clipboard
val geos: Output<List<String>>? = null
Link copied to clipboard
Link copied to clipboard
val groups: Output<List<String>>? = null
Link copied to clipboard
Link copied to clipboard
val ipLists: Output<List<String>>? = null
Link copied to clipboard
val ips: Output<List<String>>? = null
Link copied to clipboard
val loginMethods: Output<List<String>>? = null
Link copied to clipboard
val oktas: Output<List<AccessGroupIncludeOktaArgs>>? = null
Link copied to clipboard
val samls: Output<List<AccessGroupIncludeSamlArgs>>? = null
Link copied to clipboard
val serviceTokens: Output<List<String>>? = null

Functions

Link copied to clipboard
open override fun toJava(): AccessGroupIncludeArgs