Skip to content

Class TenantGovernanceActionStatuses

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

Defines stable tenant-governance action statuses understood by the governance runtime.

public static class TenantGovernanceActionStatuses

objectTenantGovernanceActionStatuses

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

The action has been approved and can be decided as allowed.

public const string Approved = "approved"

string

The action is no longer within its valid time window.

public const string Expired = "expired"

string

The action is declared but still waiting for approval.

public const string PendingApproval = "pending-approval"

string

The action was rejected.

public const string Rejected = "rejected"

string

The action has been remediated and can be decided as allowed.

public const string Remediated = "remediated"

string

The action requires remediation before it can proceed.

public const string RemediationRequired = "remediation-required"

string