Values.IngressPathSummarySourceThe entry point into an Express service.
type nonrec t = {accessType : AccessType.t option;The type of access to the endpoint for the Express service.
*)endpoint : String_.t option;The endpoint for access to the service.
*)}