Skip to content

Class TenantDomainOwnershipVerificationWorkflowOutcomes

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

Defines stable tenant-domain ownership verification workflow transition outcomes.

public static class TenantDomainOwnershipVerificationWorkflowOutcomes

objectTenantDomainOwnershipVerificationWorkflowOutcomes

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

The workflow transition updated an existing tenant-domain ownership declaration.

public const string Applied = "applied"

string

The workflow transition created a new pending tenant-domain ownership declaration.

public const string Created = "created"

string

Tenant-domain ownership verification workflow execution is disabled.

public const string Disabled = "disabled"

string

The requested workflow transition is not valid from the current domain ownership status.

public const string InvalidTransition = "invalid-transition"

string

No tenant-domain ownership declaration matched the supplied identifiers.

public const string NotFound = "not-found"

string

The requested workflow transition could not be persisted.

public const string StoreFailed = "store-failed"

string

The matching tenant-domain ownership declaration belongs to a different tenant.

public const string TenantMismatch = "tenant-mismatch"

string

The matching tenant-domain ownership declaration uses a different verification method.

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

string