Ory.Model.CreateCustomDomainBody
(ory_client v1.1.23)
Create Custom Hostname Request Body
@type t() :: %Ory.Model.CreateCustomDomainBody{
cookie_domain: String.t() | nil,
cors_allowed_origins: [String.t()] | nil,
cors_enabled: boolean() | nil,
custom_ui_base_url: String.t() | nil,
hostname: String.t() | nil
}