Expand description
Adapter that manages identity registration and DNS modifications.
The Identity Provider Adapter is responsible for handling DNS modifications for identity registration. Each identity (id_tag) is associated with an email address and has lifecycle timestamps.
Re-exports§
pub use crate::address::AddressType;
Structs§
- ApiKey
- Represents an API key in the system
- Create
ApiKey Options - Options for creating a new API key
- Create
Identity Options - Options for creating a new identity
- Created
ApiKey - Result of creating a new API key - includes the plaintext key (shown only once)
- Identity
- Represents an identity registration
- List
ApiKey Options - Options for listing API keys
- List
Identity Options - Options for listing identities
- Registrar
Quota - Quota tracking for identity registrations
- Update
Identity Options - Options for updating an existing identity
Enums§
- Identity
Status - Status of an identity in the registration lifecycle
Traits§
- Identity
Provider Adapter - A
Cloudilloidentity provider adapter