Class TenantDomainOwnershipStatuses
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable tenant-domain ownership statuses understood by the governance runtime.
public static class TenantDomainOwnershipStatusesInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipStatuses
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Expired
Section titled “ Expired”The tenant domain ownership is no longer within its valid time window.
public const string Expired = "expired"Field Value
Section titled “Field Value”Pending
Section titled “ Pending”The tenant domain ownership is declared but not yet verified.
public const string Pending = "pending"Field Value
Section titled “Field Value”Rejected
Section titled “ Rejected”The tenant domain ownership proof was rejected.
public const string Rejected = "rejected"Field Value
Section titled “Field Value”Suspended
Section titled “ Suspended”The tenant domain ownership has been suspended.
public const string Suspended = "suspended"Field Value
Section titled “Field Value”Verified
Section titled “ Verified”The tenant domain ownership has been verified and can be validated.
public const string Verified = "verified"