Skip to content

Class TenantDomainOwnershipProofChallengeOutcomes

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

Stable tenant-domain ownership proof challenge issuance outcomes.

public static class TenantDomainOwnershipProofChallengeOutcomes

objectTenantDomainOwnershipProofChallengeOutcomes

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

The domain is already verified and does not need a new challenge.

public const string AlreadyVerified = "already-verified"

string

Challenge issuance is disabled by governance options.

public const string Disabled = "disabled"

string

The current declaration status cannot receive a new proof challenge.

public const string InvalidStatus = "invalid-status"

string

Challenge issuance created or refreshed the pending proof challenge.

public const string Issued = "issued"

string

Runtime state could not be persisted.

public const string StoreFailed = "store-failed"

string

The domain is already declared for a different tenant.

public const string TenantMismatch = "tenant-mismatch"

string

The requested verification method does not match the existing declaration.

public const string VerificationMethodMismatch = "verification-method-mismatch"

string