class Aws::AppStream::Types::ServiceAccountCredentials

Describes the credentials for the service account used by the fleet or image builder to connect to the directory.

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

data as a hash:

    {
      account_name: "AccountName", # required
      account_password: "AccountPassword", # required
    }

@!attribute [rw] account_name

The user name of the account. This account must have the following
privileges: create computer objects, join computers to the domain,
and change/reset the password on descendant computer objects for the
organizational units specified.
@return [String]

@!attribute [rw] account_password

The password for the account.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/appstream-2016-12-01/ServiceAccountCredentials AWS API Documentation

Constants

SENSITIVE