Skip to content

Class TenantDomainOwnershipHttpProofPublicationOutcomes

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

Stable tenant-domain ownership HTTP proof publication outcomes.

public static class TenantDomainOwnershipHttpProofPublicationOutcomes

objectTenantDomainOwnershipHttpProofPublicationOutcomes

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

HTTP proof publication was disabled.

public const string Disabled = "disabled"

string

The publication plan did not include HTTP proof-file instructions.

public const string MissingHttpFilePublicationPlan = "missing-http-file-publication-plan"

string

The proof publication planner did not produce a usable plan.

public const string PublicationPlanUnavailable = "publication-plan-unavailable"

string

The HTTP proof file was materialized and recorded.

public const string Published = "published"

string

Publication state could not be stored.

public const string StoreFailed = "store-failed"

string