pub struct Builder { /* private fields */ }Expand description
A builder for ServiceAccountCredentials.
Implementations§
source§impl Builder
impl Builder
sourcepub fn account_name(self, input: impl Into<String>) -> Self
pub fn account_name(self, input: impl Into<String>) -> Self
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 set_account_name(self, input: Option<String>) -> Self
pub fn set_account_name(self, input: Option<String>) -> Self
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, input: impl Into<String>) -> Self
pub fn account_password(self, input: impl Into<String>) -> Self
The password for the account.
sourcepub fn set_account_password(self, input: Option<String>) -> Self
pub fn set_account_password(self, input: Option<String>) -> Self
The password for the account.
sourcepub fn build(self) -> ServiceAccountCredentials
pub fn build(self) -> ServiceAccountCredentials
Consumes the builder and constructs a ServiceAccountCredentials.