ข้ามไปยังเนื้อหา

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 TenantDomainOwnershipStatuses

objectTenantDomainOwnershipStatuses

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()

The tenant domain ownership is no longer within its valid time window.

public const string Expired = "expired"

string

The tenant domain ownership is declared but not yet verified.

public const string Pending = "pending"

string

The tenant domain ownership proof was rejected.

public const string Rejected = "rejected"

string

The tenant domain ownership has been suspended.

public const string Suspended = "suspended"

string

The tenant domain ownership has been verified and can be validated.

public const string Verified = "verified"

string