Values_1.VerifiedAccessEndpointStatusSourceDescribes the status of a Verified Access endpoint.
type nonrec t = {code : Values_0.VerifiedAccessEndpointStatusCode.t option;The status code of the Verified Access endpoint.
*)message : Values_0.String_.t option;The status message of the Verified Access endpoint.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of Values_0.String_.t ]) list ]