Module Values_2.VerifiedAccessEndpointTargetSource

Describes the targets for the specified Verified Access endpoint.

Sourcetype nonrec t = {
  1. verifiedAccessEndpointId : Values_1.VerifiedAccessEndpointId.t option;
    (*

    The ID of the Verified Access endpoint.

    *)
  2. verifiedAccessEndpointTargetIpAddress : Values_0.String_.t option;
    (*

    The IP address of the target.

    *)
  3. verifiedAccessEndpointTargetDns : Values_0.String_.t option;
    (*

    The DNS name of the target.

    *)
}
Sourceval make : ?verifiedAccessEndpointId:??? -> ?verifiedAccessEndpointTargetIpAddress:??? -> ?verifiedAccessEndpointTargetDns:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_1.VerifiedAccessEndpointId.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