GetDomainResult

data class GetDomainResult(val dataLocation: String, val domainManagement: String, val fromSenderDomain: String, val id: String, val location: String, val mailFromSenderDomain: String, val name: String, val provisioningState: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val userEngagementTracking: String? = null, val validSenderUsernames: Map<String, String>? = null, val verificationRecords: DomainPropertiesResponseVerificationRecords, val verificationStates: DomainPropertiesResponseVerificationStates)

A class representing a Domains resource.

Constructors

Link copied to clipboard
constructor(dataLocation: String, domainManagement: String, fromSenderDomain: String, id: String, location: String, mailFromSenderDomain: String, name: String, provisioningState: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String, userEngagementTracking: String? = null, validSenderUsernames: Map<String, String>? = null, verificationRecords: DomainPropertiesResponseVerificationRecords, verificationStates: DomainPropertiesResponseVerificationStates)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The location where the Domains resource data is stored at rest.

Link copied to clipboard

Describes how a Domains resource is being managed.

Link copied to clipboard

P2 sender domain that is displayed to the email recipients RFC 5322.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

P1 sender domain that is present on the email envelope RFC 5321.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Provisioning state of the resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"

Link copied to clipboard

Describes whether user engagement tracking is enabled or disabled.

Link copied to clipboard

Collection of valid sender usernames. This is a key-value pair where key=username and value=display name.

Link copied to clipboard