Auth0.Entity.CustomDomain (Auth0Api v1.4.0) View Source

Documentation for entity of CustomDomain.

Link to this section Summary

Link to this section Types

Specs

t() :: %Auth0.Entity.CustomDomain{
  cname_api_key: String.t(),
  custom_client_ip_header: String.t(),
  custom_domain_id: String.t(),
  domain: String.t(),
  origin_domain_name: String.t(),
  primary: boolean(),
  status: String.t(),
  tls_policy: String.t(),
  type: String.t(),
  verification: Auth0.Entity.CustomDomain.Verification.t()
}

Link to this section Functions

Specs

from(map()) :: t()