Module Values.AssetPermissionSource

The asset permissions.

Sourcetype nonrec t = {
  1. assetId : AssetId.t;
    (*

    The asset ID as part of the asset permissions.

    *)
  2. permissions : Permissions.t;
    (*

    The details as part of the asset permissions.

    *)
}
Sourceval context_ : string
Sourceval make : assetId:AssetId.t -> permissions:Permissions.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of AssetId.t | `Structure of (string * [> `List of [> `Enum of string ] list ]) list ]) 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