Module Values.ImagePermissionsSource

Describes the permissions for an image.

Sourcetype nonrec t = {
  1. allowFleet : BooleanObject.t option;
    (*

    Indicates whether the image can be used for a fleet.

    *)
  2. allowImageBuilder : BooleanObject.t option;
    (*

    Indicates whether the image can be used for an image builder.

    *)
}
Sourceval make : ?allowFleet:??? -> ?allowImageBuilder:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of BooleanObject.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