StudioComponentActiveDirectoryConfiguration

data class StudioComponentActiveDirectoryConfiguration(val computerAttributes: List<StudioComponentActiveDirectoryComputerAttribute>? = null, val directoryId: String? = null, val organizationalUnitDistinguishedName: String? = null)

The configuration for a Microsoft Active Directory (Microsoft AD) studio resource.

Constructors

constructor(computerAttributes: List<StudioComponentActiveDirectoryComputerAttribute>? = null, directoryId: String? = null, organizationalUnitDistinguishedName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A collection of custom attributes for an Active Directory computer.

Link copied to clipboard
val directoryId: String? = null

The directory ID of the Directory Service for Microsoft Active Directory to access using this studio component.

Link copied to clipboard

The distinguished name (DN) and organizational unit (OU) of an Active Directory computer.