#[non_exhaustive]pub struct ServiceAccountCredentials { /* private fields */ }
Expand description
Describes the credentials for the service account used by the fleet or image builder to connect to the directory.
Implementations§
source§impl ServiceAccountCredentials
impl ServiceAccountCredentials
sourcepub fn account_name(&self) -> Option<&str>
pub fn account_name(&self) -> Option<&str>
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.
sourcepub fn account_password(&self) -> Option<&str>
pub fn account_password(&self) -> Option<&str>
The password for the account.
source§impl ServiceAccountCredentials
impl ServiceAccountCredentials
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ServiceAccountCredentials
.
Trait Implementations§
source§impl Clone for ServiceAccountCredentials
impl Clone for ServiceAccountCredentials
source§fn clone(&self) -> ServiceAccountCredentials
fn clone(&self) -> ServiceAccountCredentials
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more