Values.IngestEndpointSourceAn endpoint for ingesting source content for a Channel.
type nonrec t = {id : string option;The system generated unique identifier for the IngestEndpoint
*)password : SensitiveString.t option;The system generated password for ingest authentication.
*)url : string option;The ingest URL to which the source stream should be sent.
*)username : SensitiveString.t option;The system generated username for ingest authentication.
*)}