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 TenantGovernanceActionStatusesInheritance
Section titled “Inheritance”object ← TenantGovernanceActionStatuses
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”Approved
Section titled “ Approved”The action has been approved and can be decided as allowed.
public const string Approved = "approved"Field Value
Section titled “Field Value”Expired
Section titled “ Expired”The action is no longer within its valid time window.
public const string Expired = "expired"Field Value
Section titled “Field Value”PendingApproval
Section titled “ PendingApproval”The action is declared but still waiting for approval.
public const string PendingApproval = "pending-approval"Field Value
Section titled “Field Value”Rejected
Section titled “ Rejected”The action was rejected.
public const string Rejected = "rejected"Field Value
Section titled “Field Value”Remediated
Section titled “ Remediated”The action has been remediated and can be decided as allowed.
public const string Remediated = "remediated"Field Value
Section titled “Field Value”RemediationRequired
Section titled “ RemediationRequired”The action requires remediation before it can proceed.
public const string RemediationRequired = "remediation-required"