Class TenantDomainOwnershipHttpProofCollectionOutcomes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Stable tenant-domain ownership HTTP proof collection outcome labels.
public static class TenantDomainOwnershipHttpProofCollectionOutcomesInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipHttpProofCollectionOutcomes
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”Collected
Section titled “ Collected”HTTP proof content was collected and proof evaluation reached a terminal workflow outcome.
public const string Collected = "collected"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”HTTP proof collection is disabled by governance options.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”EmptyResponse
Section titled “ EmptyResponse”The HTTP proof endpoint returned an empty response body.
public const string EmptyResponse = "empty-response"Field Value
Section titled “Field Value”EvaluationFailed
Section titled “ EvaluationFailed”HTTP content was collected, but proof evaluation did not apply a terminal workflow outcome.
public const string EvaluationFailed = "evaluation-failed"Field Value
Section titled “Field Value”InvalidUri
Section titled “ InvalidUri”The resolved HTTP proof collection URI is invalid or unsafe for the requested domain.
public const string InvalidUri = "invalid-uri"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”MissingPublicationPlan
Section titled “ MissingPublicationPlan”Publication planning did not provide an HTTP file path and expected proof content.
public const string MissingPublicationPlan = "missing-publication-plan"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”RequestFailed
Section titled “ RequestFailed”The HTTP proof endpoint could not be reached or timed out.
public const string RequestFailed = "request-failed"Field Value
Section titled “Field Value”ResponseTooLarge
Section titled “ ResponseTooLarge”The HTTP proof endpoint response body exceeded the configured collection size limit.
public const string ResponseTooLarge = "response-too-large"Field Value
Section titled “Field Value”StoreFailed
Section titled “ StoreFailed”Publication-plan metadata could not be recorded before collection.
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”UnexpectedStatusCode
Section titled “ UnexpectedStatusCode”The HTTP proof endpoint returned a non-success status code.
public const string UnexpectedStatusCode = "unexpected-status-code"Field Value
Section titled “Field Value”UnsupportedVerificationMethod
Section titled “ UnsupportedVerificationMethod”The verification method cannot be collected by the built-in HTTP proof collector.
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"