Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
data ServiceAccountCredentials Source #
Describes the credentials for the service account used by the fleet or image builder to connect to the directory.
See: newServiceAccountCredentials
smart constructor.
ServiceAccountCredentials' | |
|
Instances
newServiceAccountCredentials Source #
:: Text | |
-> Text | |
-> ServiceAccountCredentials |
Create a value of ServiceAccountCredentials
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:accountName:ServiceAccountCredentials'
, serviceAccountCredentials_accountName
- 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.
$sel:accountPassword:ServiceAccountCredentials'
, serviceAccountCredentials_accountPassword
- The password for the account.
serviceAccountCredentials_accountName :: Lens' ServiceAccountCredentials Text Source #
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.
serviceAccountCredentials_accountPassword :: Lens' ServiceAccountCredentials Text Source #
The password for the account.