Module: Auth0::Types::DomainCertificateStatusEnum

Extended by:
Internal::Types::Enum
Defined in:
lib/auth0/types/domain_certificate_status_enum.rb

Constant Summary collapse

PROVISIONING =
"provisioning"
PROVISIONING_FAILED =
"provisioning_failed"
PROVISIONED =
"provisioned"
RENEWING_FAILED =
"renewing_failed"

Method Summary

Methods included from Internal::Types::Enum

coerce, finalize!, inspect, load, strict!, strict?, values

Methods included from Internal::Types::Type

#coerce, #strict!, #strict?

Methods included from Internal::JSON::Serializable

#dump, #load