class Aws::NimbleStudio::Types::ActiveDirectoryConfiguration

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

@note When making an API call, you may pass ActiveDirectoryConfiguration

data as a hash:

    {
      computer_attributes: [
        {
          name: "ActiveDirectoryComputerAttributeName",
          value: "ActiveDirectoryComputerAttributeValue",
        },
      ],
      directory_id: "DirectoryId",
      organizational_unit_distinguished_name: "ActiveDirectoryOrganizationalUnitDistinguishedName",
    }

@!attribute [rw] computer_attributes

A collection of LDAP attributes to apply to Active Directory
computer accounts that are created for streaming sessions.
@return [Array<Types::ActiveDirectoryComputerAttribute>]

@!attribute [rw] directory_id

@return [String]

@!attribute [rw] organizational_unit_distinguished_name

The fully-qualified distinguished name of the organizational unit to
place the computer account in.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/ActiveDirectoryConfiguration AWS API Documentation

Constants

SENSITIVE