Class TenantAdministrationWorkflowCommands
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable tenant-administration workflow command identifiers.
public static class TenantAdministrationWorkflowCommandsInheritance
Section titled “Inheritance”object ← TenantAdministrationWorkflowCommands
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”AcceptInvitation
Section titled “ AcceptInvitation”Accepts an existing pending tenant invitation.
public const string AcceptInvitation = "accept-invitation"Field Value
Section titled “Field Value”ExpireInvitation
Section titled “ ExpireInvitation”Expires an existing tenant invitation.
public const string ExpireInvitation = "expire-invitation"Field Value
Section titled “Field Value”ExpireMembership
Section titled “ ExpireMembership”Expires an existing tenant membership.
public const string ExpireMembership = "expire-membership"Field Value
Section titled “Field Value”GrantMembership
Section titled “ GrantMembership”Creates or replaces an active tenant membership.
public const string GrantMembership = "grant-membership"Field Value
Section titled “Field Value”IssueInvitation
Section titled “ IssueInvitation”Creates or replaces a pending tenant invitation.
public const string IssueInvitation = "issue-invitation"Field Value
Section titled “Field Value”RevokeInvitation
Section titled “ RevokeInvitation”Revokes an existing pending tenant invitation.
public const string RevokeInvitation = "revoke-invitation"Field Value
Section titled “Field Value”SuspendMembership
Section titled “ SuspendMembership”Suspends an existing tenant membership.
public const string SuspendMembership = "suspend-membership"