Schemas
scaleway.mailbox.v1alpha1.Alias
idUnique identifier of the alias. (UUID format)
emailEmail address of the alias as local_part@domain.
mailbox_idID of the mailbox to which the alias belongs. (UUID format)
descriptionDescription of the alias.
statusCurrent status of the alias.
created_atDate and time of alias creation. (RFC 3339 format)
updated_atDate and time when the alias was last updated. (RFC 3339 format)
scaleway.mailbox.v1alpha1.Alias.Status
scaleway.mailbox.v1alpha1.BatchCreateMailboxesRequest.MailboxParameters
local_partpasswordscaleway.mailbox.v1alpha1.Domain
idUnique identifier of the domain. (UUID format)
project_idID of the Project to which the domain belongs. (UUID format)
nameFully qualified domain name.
statusStatus of the domain.
mailbox_total_countNumber of mailboxes of the domain.
created_atDate and time of domain creation. (RFC 3339 format)
updated_atDate and time of the domain's last update. (RFC 3339 format)
webmail_urlURL of the domain's webmail.
imap_urlURL of the domain's IMAP service.
pop3_urlURL of the domain's POP3 service.
smtp_urlURL of the domain's SMTP service.
scaleway.mailbox.v1alpha1.Domain.Status
scaleway.mailbox.v1alpha1.DomainRecord
idUnique identifier of the DNS record. (UUID format)
domain_idID of the domain to which the record belongs. (UUID format)
statusStatus of the record.
levelLevel of requirement of the record.
dns_typeDNS type of the record.
dns_nameDNS name of the record.
dns_valueDNS value of the record.
errorError associated in case the record is not valid.
created_atDate and time of record creation. (RFC 3339 format)
updated_atDate and time of record last updated. (RFC 3339 format)
scaleway.mailbox.v1alpha1.DomainRecord.DNSType
scaleway.mailbox.v1alpha1.DomainRecord.Level
scaleway.mailbox.v1alpha1.DomainRecord.Status
scaleway.mailbox.v1alpha1.GetDomainRecordsResponse
Record designed to automatically configure an email client with the appropriate mail server settings using a standardized XML file format.
Record designed to automate the discovery of server settings to configure email clients like Outlook.
Record that allows clients to interact with calendar data stored on a server.
Record that allows clients to interact with contact data stored on a server.
Record that allows the DKIM email authentication method to be employed to verify the authenticity of an email message.
Record that provides a mechanism for email receivers to determine if incoming messages are legitimate and were sent from authorized sources.
Record that provides a unique token to validate a domain ownership.
Record that allows accessing the mailbox with the IMAP protocol.
Record that directs emails to a mail server.
Record that allows accessing the mailbox with the POP3 protocol.
Record that lists all the servers authorized to send emails from a particular domain.
Record that allows the use of the SMTP submission mechanism.
scaleway.mailbox.v1alpha1.ListAliasesRequest.OrderBy
scaleway.mailbox.v1alpha1.ListAliasesResponse
total_countNumber of aliases that match the request (without pagination).
Single page of aliases matching the requested criteria.
scaleway.mailbox.v1alpha1.ListDomainsRequest.OrderBy
scaleway.mailbox.v1alpha1.ListDomainsResponse
total_countNumber of domains that match the request (without pagination).
Single page of domains matching the requested criteria.
scaleway.mailbox.v1alpha1.ListMailboxesRequest.OrderBy
scaleway.mailbox.v1alpha1.ListMailboxesResponse
total_countNumber of mailboxes that match the request (without pagination).
Mailboxes matching the requested criteria.
scaleway.mailbox.v1alpha1.Mailbox
idUnique identifier of the mailbox. (UUID format)
domain_idID of the domain to which the mailbox belongs. (UUID format)
emailEmail address of the mailbox as local_part@domain.
statusStatus of the mailbox.
subscription_periodSubscription renewal period, it can be monthly, yearly or canceled if the subscription has been canceled.
subscription_period_started_atDate and time of subscription period start. (RFC 3339 format)
next_subscription_periodNext subscription renewal period, it can be monthly or yearly or canceled if the subscription has been canceled.
next_subscription_period_starts_atDate and time when the next subscription period starts. (RFC 3339 format)
created_atDate and time of mailbox creation. (RFC 3339 format)
updated_atDate and time when the mailbox was last updated. (RFC 3339 format)
deletion_scheduled_atDate and time of the unrecoverable mailbox deletion. (RFC 3339 format)