Module Values.AssociateMemberToQueueRequestSource

Shared member fields for Associate inputs and {Resource}Member response structures. principalId is excluded because it has @httpLabel on inputs but not on responses.

Sourcetype nonrec t = {
  1. farmId : FarmId.t;
    (*

    The farm ID of the queue to associate with the member.

    *)
  2. queueId : QueueId.t;
    (*

    The ID of the queue to associate to the member.

    *)
  3. principalType : PrincipalType.t;
    (*

    The member's principal type to associate with the queue.

    *)
  4. identityStoreId : IdentityStoreId.t;
    (*

    The member's identity store ID to associate with the queue.

    *)
  5. membershipLevel : MembershipLevel.t;
    (*

    The principal's membership level for the associated queue.

    *)
  6. principalId : IdentityCenterPrincipalId.t;
    (*

    The member's principal ID to associate with the queue.

    *)
}
Sourceval context_ : string
Sourceval make : farmId:FarmId.t -> queueId:QueueId.t -> principalType:PrincipalType.t -> identityStoreId:IdentityStoreId.t -> membershipLevel:MembershipLevel.t -> principalId:IdentityCenterPrincipalId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of FarmId.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