Class TenantGovernanceActionDecisionOutcomes
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.MultiTenancy.Governance.Services
Assembly: Cephalon.MultiTenancy.Governance.dll
Defines stable outcomes returned by tenant-governance action decisions.
public static class TenantGovernanceActionDecisionOutcomesInheritance
Section titled “Inheritance”object ← TenantGovernanceActionDecisionOutcomes
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”ActionKindMismatch
Section titled “ ActionKindMismatch”The action exists but has a different action kind.
public const string ActionKindMismatch = "action-kind-mismatch"Field Value
Section titled “Field Value”Allowed
Section titled “ Allowed”The governance action is approved or remediated and satisfies the decision request.
public const string Allowed = "allowed"Field Value
Section titled “Field Value”Disabled
Section titled “ Disabled”Governance action decisions are disabled by host configuration.
public const string Disabled = "disabled"Field Value
Section titled “Field Value”Expired
Section titled “ Expired”The action is expired or outside its valid time window.
public const string Expired = "expired"Field Value
Section titled “Field Value”NotFound
Section titled “ NotFound”No governance action descriptor matched the supplied action.
public const string NotFound = "not-found"Field Value
Section titled “Field Value”PendingApproval
Section titled “ PendingApproval”The action is 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”RemediationRequired
Section titled “ RemediationRequired”The action requires remediation before it can proceed.
public const string RemediationRequired = "remediation-required"Field Value
Section titled “Field Value”SubjectMismatch
Section titled “ SubjectMismatch”The action exists but targets a different subject.
public const string SubjectMismatch = "subject-mismatch"Field Value
Section titled “Field Value”TenantMismatch
Section titled “ TenantMismatch”The action exists but belongs to a different tenant.
public const string TenantMismatch = "tenant-mismatch"