Module Values_1.StartAccessRequestRequestSource

Starts the workflow for just-in-time node access sessions.

Sourcetype nonrec t = {
  1. reason : String1to256.t;
    (*

    A brief description explaining why you are requesting access to the node.

    *)
  2. targets : Values_0.Targets.t;
    (*

    The node you are requesting access to.

    *)
  3. tags : Values_0.TagList.t option;
    (*

    Key-value pairs of metadata you want to assign to the access request.

    *)
}
Sourceval context_ : string
Sourceval make : ?tags:??? -> reason:String1to256.t -> targets:Values_0.Targets.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `List of [> `String of string ] list | `String of string ]) list ] list | `String of String1to256.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