ข้ามไปยังเนื้อหา

Class TenantDomainOwnershipVerificationWorkflowCommands

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Defines built-in tenant-domain ownership verification workflow commands.

public static class TenantDomainOwnershipVerificationWorkflowCommands

objectTenantDomainOwnershipVerificationWorkflowCommands

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

Expires a non-expired tenant-domain ownership declaration.

public const string Expire = "expire"

string

Rejects a pending tenant-domain ownership declaration.

public const string Reject = "reject"

string

Creates a pending tenant-domain ownership declaration.

public const string Request = "request"

string

Suspends a verified tenant-domain ownership declaration.

public const string Suspend = "suspend"

string

Marks a pending tenant-domain ownership declaration as verified.

public const string Verify = "verify"

string