Struct rusoto_appstream::DirectoryConfig [] [src]

pub struct DirectoryConfig {
    pub created_time: Option<f64>,
    pub directory_name: String,
    pub organizational_unit_distinguished_names: Option<Vec<String>>,
    pub service_account_credentials: Option<ServiceAccountCredentials>,
}

Full directory configuration details, which are used to join domains for the AppStream 2.0 streaming instances.

Fields

The time stamp when the directory configuration was created within AppStream 2.0.

The fully qualified name of the directory, such as corp.example.com

The list of the distinguished names of organizational units in which to place computer accounts.

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

Trait Implementations

impl Default for DirectoryConfig
[src]

[src]

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

impl Debug for DirectoryConfig
[src]

[src]

Formats the value using the given formatter.

impl Clone for DirectoryConfig
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more