Skip to content

Class TenantGovernanceActionWorkflowCommands

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

Defines built-in tenant-governance action workflow commands.

public static class TenantGovernanceActionWorkflowCommands

objectTenantGovernanceActionWorkflowCommands

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

Approves a pending tenant-governance action.

public const string Approve = "approve"

string

Expires a non-terminal tenant-governance action.

public const string Expire = "expire"

string

Marks a remediation-required tenant-governance action as remediated.

public const string MarkRemediated = "mark-remediated"

string

Rejects a pending or remediation-required tenant-governance action.

public const string Reject = "reject"

string

Creates a pending tenant-governance action.

public const string Request = "request"

string

Marks a pending or approved tenant-governance action as requiring remediation.

public const string RequireRemediation = "require-remediation"

string