Skip to content

Class TenantDomainOwnershipProofVerificationMetadataKeys

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

Stable metadata keys returned by tenant-domain ownership proof verification runs.

public static class TenantDomainOwnershipProofVerificationMetadataKeys

objectTenantDomainOwnershipProofVerificationMetadataKeys

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

Metadata key for automatic background proof polling ownership.

public const string BackgroundProofPollingOwnership = "backgroundProofPollingOwnership"

string

Metadata key for DNS TXT proof collection ownership.

public const string DnsTxtProofCollectionOwnership = "dnsTxtProofCollectionOwnership"

string

Metadata key for on-demand external proof polling ownership.

public const string ExternalProofPollingOwnership = "externalProofPollingOwnership"

string

Metadata key for HTTP proof collection ownership.

public const string HttpProofCollectionOwnership = "httpProofCollectionOwnership"

string

Metadata key for the actor that requested the latest proof verification run.

public const string LastProofVerificationActor = "lastProofVerificationActor"

string

Metadata key for the challenge issuance outcome observed by the latest proof verification run.

public const string LastProofVerificationChallengeOutcome = "lastProofVerificationChallengeOutcome"

string

Metadata key for the correlation identifier attached to the latest proof verification run.

public const string LastProofVerificationCorrelationId = "lastProofVerificationCorrelationId"

string

LastProofVerificationDnsTxtCollectionOutcome

Section titled “ LastProofVerificationDnsTxtCollectionOutcome”

Metadata key for the DNS TXT proof collection outcome observed by the latest proof verification run.

public const string LastProofVerificationDnsTxtCollectionOutcome = "lastProofVerificationDnsTxtCollectionOutcome"

string

Metadata key for the proof evaluation outcome observed by the latest proof verification run.

public const string LastProofVerificationEvaluationOutcome = "lastProofVerificationEvaluationOutcome"

string

LastProofVerificationHttpCollectionOutcome

Section titled “ LastProofVerificationHttpCollectionOutcome”

Metadata key for the HTTP proof collection outcome observed by the latest proof verification run.

public const string LastProofVerificationHttpCollectionOutcome = "lastProofVerificationHttpCollectionOutcome"

string

Metadata key for the latest proof verification runner outcome.

public const string LastProofVerificationOutcome = "lastProofVerificationOutcome"

string

LastProofVerificationPublicationPlanOutcome

Section titled “ LastProofVerificationPublicationPlanOutcome”

Metadata key for the publication planning outcome observed by the latest proof verification run.

public const string LastProofVerificationPublicationPlanOutcome = "lastProofVerificationPublicationPlanOutcome"

string

Metadata key for the UTC timestamp when the latest proof verification run executed.

public const string LastProofVerificationRanAtUtc = "lastProofVerificationRanAtUtc"

string

Metadata key for the source that requested the latest proof verification run.

public const string LastProofVerificationSource = "lastProofVerificationSource"

string

Metadata key for proof polling runner ownership.

public const string ProofPollingRunnerOwnership = "proofPollingRunnerOwnership"

string

Metadata key for proof verification runner ownership.

public const string ProofVerificationRunnerOwnership = "proofVerificationRunnerOwnership"

string