Module Values.ResourcePermissionSource

Resource permission for a dataset. When you create a dataset, all the other members of the same user group inherit access to the dataset. You can only create a dataset if your user group has application permission for Create Datasets. The following is a list of valid dataset permissions that you can apply: ViewDatasetDetails ReadDatasetDetails AddDatasetData CreateDataView EditDatasetMetadata DeleteDataset For more information on the dataset permissions, see Supported Dataset Permissions in the FinSpace User Guide.

Sourcetype nonrec t = {
  1. permission : StringValueLength1to250.t option;
    (*

    Permission for a resource.

    *)
}
Sourceval make : ?permission:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of StringValueLength1to250.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