Studio Component Active Directory Configuration Args
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
Link copied to clipboard
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
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.