GetDirectoryConfigResult

data class GetDirectoryConfigResult(val certificateBasedAuthProperties: DirectoryConfigCertificateBasedAuthProperties? = null, val organizationalUnitDistinguishedNames: List<String>? = null, val serviceAccountCredentials: DirectoryConfigServiceAccountCredentials? = null)

Constructors

Link copied to clipboard
constructor(certificateBasedAuthProperties: DirectoryConfigCertificateBasedAuthProperties? = null, organizationalUnitDistinguishedNames: List<String>? = null, serviceAccountCredentials: DirectoryConfigServiceAccountCredentials? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The certificate-based authentication properties used to authenticate SAML 2.0 Identity Provider (IdP) user identities to Active Directory domain-joined streaming instances.

Link copied to clipboard

The distinguished names of the organizational units for computer accounts.

Link copied to clipboard

The credentials for the service account used by the streaming instance to connect to the directory. Do not use this parameter directly. Use ServiceAccountCredentials as an input parameter with noEcho as shown in the Parameters . For best practices information, see Do Not Embed Credentials in Your Templates .