Class TenantDomainOwnershipProofVerificationOutcomes
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Stable tenant-domain ownership proof verification runner outcome labels.
public static class TenantDomainOwnershipProofVerificationOutcomesInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipProofVerificationOutcomes
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”AlreadyVerified
Section titled “ AlreadyVerified”The domain ownership declaration was already verified and no new proof run was needed.
public const string AlreadyVerified = "already-verified"Field Value
Section titled “Field Value”ChallengeFailed
Section titled “ ChallengeFailed”Challenge issuance failed before proof verification could proceed.
public const string ChallengeFailed = "challenge-failed"Field Value
Section titled “Field Value”ChallengeIssued
Section titled “ ChallengeIssued”A new or refreshed proof challenge was issued and publication instructions were produced.
public const string ChallengeIssued = "challenge-issued"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”Proof verification runner execution is disabled by governance options.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”DnsTxtCollectionFailed
Section titled “ DnsTxtCollectionFailed”DNS TXT proof collection failed before a proof could be evaluated.
public const string DnsTxtCollectionFailed = "dns-txt-collection-failed"Field Value
Section titled “Field Value”DnsTxtCollectionUnavailable
Section titled “ DnsTxtCollectionUnavailable”DNS TXT proof collection is required but the built-in collector is not registered.
public const string DnsTxtCollectionUnavailable = "dns-txt-collection-unavailable"Field Value
Section titled “Field Value”EvaluationFailed
Section titled “ EvaluationFailed”Proof evaluation failed before a terminal workflow outcome could be applied.
public const string EvaluationFailed = "evaluation-failed"Field Value
Section titled “Field Value”HttpCollectionFailed
Section titled “ HttpCollectionFailed”HTTP proof collection failed before a proof could be evaluated.
public const string HttpCollectionFailed = "http-collection-failed"Field Value
Section titled “Field Value”HttpCollectionUnavailable
Section titled “ HttpCollectionUnavailable”HTTP proof collection is required but the built-in collector is not registered.
public const string HttpCollectionUnavailable = "http-collection-unavailable"Field Value
Section titled “Field Value”MissingExpectedProof
Section titled “ MissingExpectedProof”Expected proof metadata is missing and challenge issuance was not available or not requested.
public const string MissingExpectedProof = "missing-expected-proof"Field Value
Section titled “Field Value”MissingObservedProof
Section titled “ MissingObservedProof”No observed proof was supplied and no built-in collector can collect the requested method.
public const string MissingObservedProof = "missing-observed-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”PublicationPlanFailed
Section titled “ PublicationPlanFailed”Publication planning failed before proof verification could proceed.
public const string PublicationPlanFailed = "publication-plan-failed"Field Value
Section titled “Field Value”PublicationPlanned
Section titled “ PublicationPlanned”Publication instructions were produced, but no observed proof was available to evaluate.
public const string PublicationPlanned = "publication-planned"Field Value
Section titled “Field Value”Rejected
Section titled “ Rejected”The observed proof mismatched and the domain ownership declaration was rejected.
public const string Rejected = "rejected"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”A declaration for the supplied domain belongs to a different tenant.
public const string TenantMismatch = "tenant-mismatch"Field Value
Section titled “Field Value”UnsupportedVerificationMethod
Section titled “ UnsupportedVerificationMethod”The requested verification method is not supported by the runner.
public const string UnsupportedVerificationMethod = "unsupported-verification-method"Field Value
Section titled “Field Value”VerificationMethodMismatch
Section titled “ VerificationMethodMismatch”The matching domain ownership declaration uses a different verification method.
public const string VerificationMethodMismatch = "verification-method-mismatch"Field Value
Section titled “Field Value”Verified
Section titled “ Verified”The observed proof matched and the domain ownership declaration was verified.
public const string Verified = "verified"