Returned once when an endpoint is created or its secret is rotated. The secret is shown a single time and cannot be retrieved again.
Summary
Types
@type t() :: %ExBifrost.Model.WebhookEndpointWithSecret{ endpoint: ExBifrost.Model.WebhookEndpoint.t() | nil, secret: String.t() | nil }