Values.AccountPoolSummarySourceThe summary of the account pool.
type nonrec t = {domainId : DomainId.t option;The ID of the domain.
*)id : AccountPoolId.t option;The ID of the account pool.
*)name : AccountPoolName.t option;The name of the account pool.
*)resolutionStrategy : ResolutionStrategy.t option;The mechanism used to resolve the account selection from the account pool.
*)domainUnitId : DomainUnitId.t option;The ID of the domain unit.
*)createdBy : CreatedBy.t option;The user who created the account pool.
*)updatedBy : UpdatedBy.t option;The user who updated the account pool.
*)}val to_value :
t ->
[> `Structure of (string * [> `Enum of string | `String of DomainId.t ]) list ]