Class TenantDomainOwnershipVerificationWorkflowOutcomes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable tenant-domain ownership verification workflow transition outcomes.
public static class TenantDomainOwnershipVerificationWorkflowOutcomesInheritance
Section titled “Inheritance”object ← TenantDomainOwnershipVerificationWorkflowOutcomes
Inherited Members
Section titled “Inherited Members”object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ReferenceEquals(object?, object?), object.ToString()
Fields
Section titled “Fields”Applied
Section titled “ Applied”The workflow transition updated an existing tenant-domain ownership declaration.
public const string Applied = "applied"Field Value
Section titled “Field Value”Created
Section titled “ Created”The workflow transition created a new pending tenant-domain ownership declaration.
public const string Created = "created"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”Tenant-domain ownership verification workflow execution is disabled.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”InvalidTransition
Section titled “ InvalidTransition”The requested workflow transition is not valid from the current domain ownership status.
public const string InvalidTransition = "invalid-transition"Field Value
Section titled “Field Value”NotFound
Section titled “ NotFound”No tenant-domain ownership declaration matched the supplied identifiers.
public const string NotFound = "not-found"Field Value
Section titled “Field Value”StoreFailed
Section titled “ StoreFailed”The requested workflow transition could not be persisted.
public const string StoreFailed = "store-failed"Field Value
Section titled “Field Value”TenantMismatch
Section titled “ TenantMismatch”The matching tenant-domain ownership declaration belongs to a different tenant.
public const string TenantMismatch = "tenant-mismatch"Field Value
Section titled “Field Value”VerificationMethodMismatch
Section titled “ VerificationMethodMismatch”The matching tenant-domain ownership declaration uses a different verification method.
public const string VerificationMethodMismatch = "verification-method-mismatch"