ZeroTrustAccessPolicyConnectionRulesSsh

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

Constructors

Link copied to clipboard
constructor(allowEmailAlias: Boolean? = null, usernames: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Allows connecting to Unix username that matches the authenticating email prefix.

Link copied to clipboard

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