TenantEmailRegistrationPropertiesOutput interface

Tenant email registration property bag.

Properties

activationCode

Activation code for the registration.

activationExpiration

Date of the activation expiration. Represented in the standard date-time format as defined by RFC 3339

email

The email to register.

registrationStatus

Defines the supported types for registration.

state

State of the resource

tenantId

The tenant id to register.

Property Details

activationCode

Activation code for the registration.

activationCode: string

Property Value

string

activationExpiration

Date of the activation expiration. Represented in the standard date-time format as defined by RFC 3339

activationExpiration?: string

Property Value

string

email

The email to register.

email?: string

Property Value

string

registrationStatus

Defines the supported types for registration.

registrationStatus?: "ActivationPending" | "Activated" | "ActivationAttemptsExhausted"

Property Value

"ActivationPending" | "Activated" | "ActivationAttemptsExhausted"

state

State of the resource

state?: "Succeeded" | "Failed" | "Unknown" | "Creating" | "Deleting" | "Moving"

Property Value

"Succeeded" | "Failed" | "Unknown" | "Creating" | "Deleting" | "Moving"

tenantId

The tenant id to register.

tenantId?: string

Property Value

string