Ory.Model.CreateCustomDomainBody (ory_client v1.6.2)

Create Custom Hostname Request Body

Summary

Types

@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
}

Functions