Module Values.GetExternalDataViewAccessDetailsRequestSource

Returns the credentials to access the external Dataview from an S3 location. To call this API: You must retrieve the programmatic credentials. You must be a member of a FinSpace user group, where the dataset that you want to access has Read Dataset Data permissions.

Sourcetype nonrec t = {
  1. dataViewId : DataViewId.t;
    (*

    The unique identifier for the Dataview that you want to access.

    *)
  2. datasetId : DatasetId.t;
    (*

    The unique identifier for the Dataset.

    *)
}
Sourceval context_ : string
Sourceval make : dataViewId:DataViewId.t -> datasetId:DatasetId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of DataViewId.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