TenantEmailRegistrationPropertiesOutput interface
Tenant email registration property bag.
Properties
| activation |
Activation code for the registration. |
| activation |
Date of the activation expiration. Represented in the standard date-time format as defined by RFC 3339 |
The email to register. |
|
| registration |
Defines the supported types for registration. |
| state | State of the resource |
| tenant |
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
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