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

Class TenantDomainOwnershipProofPublicationPlanOutcomes

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

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

Stable tenant-domain ownership proof publication planning outcomes.

public static class TenantDomainOwnershipProofPublicationPlanOutcomes

objectTenantDomainOwnershipProofPublicationPlanOutcomes

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

Publication planning is disabled by governance options.

public const string Disabled = "disabled"

string

Expected proof metadata is missing from the tenant-domain ownership declaration.

public const string MissingExpectedProof = "missing-expected-proof"

string

No tenant-domain ownership declaration matched the supplied tenant and domain.

public const string NotFound = "not-found"

string

Publication instructions were generated.

public const string Planned = "planned"

string

Runtime state could not be persisted.

public const string StoreFailed = "store-failed"

string

The domain is already declared for a different tenant.

public const string TenantMismatch = "tenant-mismatch"

string

The verification method does not have built-in publication instructions.

public const string UnsupportedVerificationMethod = "unsupported-verification-method"

string

The requested verification method does not match the existing declaration.

public const string VerificationMethodMismatch = "verification-method-mismatch"

string