Module Values.ServiceAccountCredentialsSource

Describes the credentials for the service account used by the fleet or image builder to connect to the directory.

Sourcetype nonrec t = {
  1. accountName : AccountName.t;
    (*

    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.

    *)
  2. accountPassword : AccountPassword.t;
    (*

    The password for the account.

    *)
}
Sourceval context_ : string
Sourceval make : accountName:AccountName.t -> accountPassword:AccountPassword.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AccountName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t