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

Class TenantDomainOwnershipProofVerificationOutcomes

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

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

Stable tenant-domain ownership proof verification runner outcome labels.

public static class TenantDomainOwnershipProofVerificationOutcomes

objectTenantDomainOwnershipProofVerificationOutcomes

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

The domain ownership declaration was already verified and no new proof run was needed.

public const string AlreadyVerified = "already-verified"

string

Challenge issuance failed before proof verification could proceed.

public const string ChallengeFailed = "challenge-failed"

string

A new or refreshed proof challenge was issued and publication instructions were produced.

public const string ChallengeIssued = "challenge-issued"

string

Proof verification runner execution is disabled by governance options.

public const string Disabled = "disabled"

string

DNS TXT proof collection failed before a proof could be evaluated.

public const string DnsTxtCollectionFailed = "dns-txt-collection-failed"

string

DNS TXT proof collection is required but the built-in collector is not registered.

public const string DnsTxtCollectionUnavailable = "dns-txt-collection-unavailable"

string

Proof evaluation failed before a terminal workflow outcome could be applied.

public const string EvaluationFailed = "evaluation-failed"

string

HTTP proof collection failed before a proof could be evaluated.

public const string HttpCollectionFailed = "http-collection-failed"

string

HTTP proof collection is required but the built-in collector is not registered.

public const string HttpCollectionUnavailable = "http-collection-unavailable"

string

Expected proof metadata is missing and challenge issuance was not available or not requested.

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

string

No observed proof was supplied and no built-in collector can collect the requested method.

public const string MissingObservedProof = "missing-observed-proof"

string

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

public const string NotFound = "not-found"

string

Publication planning failed before proof verification could proceed.

public const string PublicationPlanFailed = "publication-plan-failed"

string

Publication instructions were produced, but no observed proof was available to evaluate.

public const string PublicationPlanned = "publication-planned"

string

The observed proof mismatched and the domain ownership declaration was rejected.

public const string Rejected = "rejected"

string

Runtime state could not be persisted.

public const string StoreFailed = "store-failed"

string

A declaration for the supplied domain belongs to a different tenant.

public const string TenantMismatch = "tenant-mismatch"

string

The requested verification method is not supported by the runner.

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

string

The matching domain ownership declaration uses a different verification method.

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

string

The observed proof matched and the domain ownership declaration was verified.

public const string Verified = "verified"

string