Struct rusoto_appstream::ServiceAccountCredentials [] [src]

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

The AccountName and AccountPassword of the service account, to be used by the streaming instance to connect to the directory.

Fields

The user name of an account in the directory that is used by AppStream 2.0 streaming instances to connect to the directory. This account must have the following privileges: create computer objects, join computers to the domain, change/reset the password on descendant computer objects for the organizational units specified.

The password for the user account for directory actions.

Trait Implementations

impl Default for ServiceAccountCredentials
[src]

[src]

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

impl Debug for ServiceAccountCredentials
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for ServiceAccountCredentials
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

Auto Trait Implementations