ZeroTrustAccessApplicationPolicyConnectionRulesSsh

data class ZeroTrustAccessApplicationPolicyConnectionRulesSsh(val allowEmailAlias: Boolean? = null, val usernames: List<String>)

Constructors

constructor(allowEmailAlias: Boolean? = null, usernames: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Enables using Identity Provider email alias as SSH username.

Link copied to clipboard

Contains the Unix usernames that may be used when connecting over SSH.