Module Values.AssociateMemberToFarmRequestSource

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 ID of the farm to associate with the member.

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

    The principal type of the member to associate with the farm.

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

    The identity store ID of the member to associate with the farm.

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

    The principal's membership level for the associated farm.

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

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

    *)
}
Sourceval context_ : string
Sourceval make : farmId:FarmId.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