Skip to content

Class TenantAdministrationWorkflowCommands

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

Defines stable tenant-administration workflow command identifiers.

public static class TenantAdministrationWorkflowCommands

objectTenantAdministrationWorkflowCommands

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

Accepts an existing pending tenant invitation.

public const string AcceptInvitation = "accept-invitation"

string

Expires an existing tenant invitation.

public const string ExpireInvitation = "expire-invitation"

string

Expires an existing tenant membership.

public const string ExpireMembership = "expire-membership"

string

Creates or replaces an active tenant membership.

public const string GrantMembership = "grant-membership"

string

Creates or replaces a pending tenant invitation.

public const string IssueInvitation = "issue-invitation"

string

Revokes an existing pending tenant invitation.

public const string RevokeInvitation = "revoke-invitation"

string

Suspends an existing tenant membership.

public const string SuspendMembership = "suspend-membership"

string