StudioComponentActiveDirectoryConfigurationArgs

data class StudioComponentActiveDirectoryConfigurationArgs(val computerAttributes: Output<List<StudioComponentActiveDirectoryComputerAttributeArgs>>? = null, val directoryId: Output<String>? = null, val organizationalUnitDistinguishedName: Output<String>? = null) : ConvertibleToJava<StudioComponentActiveDirectoryConfigurationArgs>

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

Constructors

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

Properties

Link copied to clipboard

A collection of custom attributes for an Active Directory computer.

Link copied to clipboard
val directoryId: Output<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.

Functions

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