Values.GetIngressPointRequestSourceFetch ingress endpoint resource attributes.
type nonrec t = {ingressPointId : IngressPointId.t;The identifier of an ingress endpoint.
*)includeTrustStoreContents : TrustStoreResponseOption.t option;Whether to include the trust store contents in the response. Use INCLUDE to retrieve trust store certificate and CRL contents.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of IngressPointId.t ]) list ]