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

Class TenantDomainOwnershipValidationOutcomes

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll

Defines stable outcomes returned by tenant-domain ownership validation.

public static class TenantDomainOwnershipValidationOutcomes

objectTenantDomainOwnershipValidationOutcomes

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

Domain ownership validation is disabled by host configuration.

public const string Disabled = "disabled"

string

The domain ownership descriptor is expired or outside its valid time window.

public const string Expired = "expired"

string

No domain ownership descriptor matched the supplied domain.

public const string NotFound = "not-found"

string

The domain ownership descriptor is still pending verification.

public const string Pending = "pending"

string

The domain ownership descriptor was rejected.

public const string Rejected = "rejected"

string

The domain ownership descriptor is suspended.

public const string Suspended = "suspended"

string

The domain exists but belongs to a different tenant.

public const string TenantMismatch = "tenant-mismatch"

string

The domain ownership descriptor is verified and satisfies the validation request.

public const string Valid = "valid"

string