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

Class TenantDomainOwnershipDnsTxtProofCollectionOutcomes

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

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

Stable tenant-domain ownership DNS TXT proof collection outcome labels.

public static class TenantDomainOwnershipDnsTxtProofCollectionOutcomes

objectTenantDomainOwnershipDnsTxtProofCollectionOutcomes

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

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

public const string Collected = "collected"

string

DNS TXT proof collection is disabled by governance options.

public const string Disabled = "disabled"

string

The DNS TXT proof resolver returned an empty response body.

public const string EmptyResponse = "empty-response"

string

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

public const string EvaluationFailed = "evaluation-failed"

string

The resolved DNS TXT proof resolver URI is invalid or unsafe.

public const string InvalidResolverUri = "invalid-resolver-uri"

string

The DNS TXT proof resolver response could not be parsed as a DNS JSON response.

public const string InvalidResponse = "invalid-response"

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 a DNS TXT record name and expected proof value.

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

string

DNS TXT answers were returned, but none matched the expected proof value.

public const string NoMatchingTxtRecord = "no-matching-txt-record"

string

No DNS TXT answer was returned for the planned proof record.

public const string NoTxtRecords = "no-txt-records"

string

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

public const string NotFound = "not-found"

string

The DNS TXT proof resolver could not be reached or timed out.

public const string RequestFailed = "request-failed"

string

DNS TXT proof collection has no configured resolver endpoint.

public const string ResolverNotConfigured = "resolver-not-configured"

string

The DNS TXT proof resolver 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 DNS TXT proof resolver returned a non-success status code.

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

string

The verification method cannot be collected by the built-in DNS TXT 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