EmailServiceDomainVerificationRecordDmarc

data class EmailServiceDomainVerificationRecordDmarc(val name: String? = null, val ttl: Int? = null, val type: String? = null, val value: String? = null)

Constructors

constructor(name: String? = null, ttl: Int? = null, type: String? = null, value: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

The name of the Email Communication Service resource. If domain_management is AzureManaged, the name must be AzureManagedDomain. Changing this forces a new Email Communication Service to be created.

Link copied to clipboard
val ttl: Int? = null

Represents an expiry time in seconds to represent how long this entry can be cached by the resolver, default = 3600sec.

Link copied to clipboard
val type: String? = null

Type of the DNS record. Example: TXT

Link copied to clipboard
val value: String? = null

Value of the DNS record.