Module: Auth0::Types::EncryptionKeyState

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

Constant Summary collapse

PRE_ACTIVATION =
"pre-activation"
ACTIVE =
"active"
DEACTIVATED =
"deactivated"
DESTROYED =
"destroyed"

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