Struct rusoto_appstream::ServiceAccountCredentials[][src]

pub struct ServiceAccountCredentials {
    pub account_name: String,
    pub account_password: String,
}

Describes the credentials for the service account used by the streaming instance to connect to the directory.

Fields

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.

The password for the account.

Trait Implementations

impl Default for ServiceAccountCredentials
[src]

Returns the "default value" for a type. Read more

impl Debug for ServiceAccountCredentials
[src]

Formats the value using the given formatter. Read more

impl Clone for ServiceAccountCredentials
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl PartialEq for ServiceAccountCredentials
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations