Skip to content

Class TenantDomainOwnershipHttpProofCollectionOutcomes

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

Stable tenant-domain ownership HTTP proof collection outcome labels.

public static class TenantDomainOwnershipHttpProofCollectionOutcomes

objectTenantDomainOwnershipHttpProofCollectionOutcomes

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

HTTP proof content was collected and proof evaluation reached a terminal workflow outcome.

public const string Collected = "collected"

string

HTTP proof collection is disabled by governance options.

public const string Disabled = "disabled"

string

The HTTP proof endpoint returned an empty response body.

public const string EmptyResponse = "empty-response"

string

HTTP content was collected, but proof evaluation did not apply a terminal workflow outcome.

public const string EvaluationFailed = "evaluation-failed"

string

The resolved HTTP proof collection URI is invalid or unsafe for the requested domain.

public const string InvalidUri = "invalid-uri"

string

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

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

string

Publication planning did not provide an HTTP file path and expected proof content.

public const string MissingPublicationPlan = "missing-publication-plan"

string

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

public const string NotFound = "not-found"

string

The HTTP proof endpoint could not be reached or timed out.

public const string RequestFailed = "request-failed"

string

The HTTP proof endpoint response body exceeded the configured collection size limit.

public const string ResponseTooLarge = "response-too-large"

string

Publication-plan metadata could not be recorded before collection.

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 HTTP proof endpoint returned a non-success status code.

public const string UnexpectedStatusCode = "unexpected-status-code"

string

The verification method cannot be collected by the built-in HTTP proof collector.

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