Class TenantDomainOwnershipProofPublicationPlanOutcomes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Stable tenant-domain ownership proof publication planning outcomes.
public static class TenantDomainOwnershipProofPublicationPlanOutcomesInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipProofPublicationPlanOutcomes
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”Disabled
Section titled “ Disabled”Publication planning is disabled by governance options.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”MissingExpectedProof
Section titled “ MissingExpectedProof”Expected proof metadata is missing from the tenant-domain ownership declaration.
public const string MissingExpectedProof = "missing-expected-proof"Field Value
Section titled “Field Value”NotFound
Section titled “ NotFound”No tenant-domain ownership declaration matched the supplied tenant and domain.
public const string NotFound = "not-found"Field Value
Section titled “Field Value”Planned
Section titled “ Planned”Publication instructions were generated.
public const string Planned = "planned"Field Value
Section titled “Field Value”StoreFailed
Section titled “ StoreFailed”Runtime state could not be persisted.
public const string StoreFailed = "store-failed"Field Value
Section titled “Field Value”TenantMismatch
Section titled “ TenantMismatch”The domain is already declared for a different tenant.
public const string TenantMismatch = "tenant-mismatch"Field Value
Section titled “Field Value”UnsupportedVerificationMethod
Section titled “ UnsupportedVerificationMethod”The verification method does not have built-in publication instructions.
public const string UnsupportedVerificationMethod = "unsupported-verification-method"Field Value
Section titled “Field Value”VerificationMethodMismatch
Section titled “ VerificationMethodMismatch”The requested verification method does not match the existing declaration.
public const string VerificationMethodMismatch = "verification-method-mismatch"