Module Values.PolicyGrantMemberSource

A member of the policy grant list.

Sourcetype nonrec t = {
  1. principal : PolicyGrantPrincipal.t option;
    (*

    The principal of the policy grant member.

    *)
  2. detail : PolicyGrantDetail.t option;
    (*

    The details of the policy grant member.

    *)
  3. createdAt : CreatedAt.t option;
    (*

    Specifies the timestamp at which policy grant member was created.

    *)
  4. createdBy : CreatedBy.t option;
    (*

    Specifies the user who created the policy grant member.

    *)
  5. grantId : GrantIdentifier.t option;
    (*

    The ID of the policy grant.

    *)
}
Sourceval make : ?principal:??? -> ?detail:??? -> ?createdAt:??? -> ?createdBy:??? -> ?grantId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of CreatedBy.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `String of String_.t ] list | `String of UserIdentifier.t | `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `String of DomainUnitId.t ]) list ]) list ]) list ]) list | `Timestamp of CreatedAt.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