ข้ามไปยังเนื้อหา

Class TenantGovernanceActionDecisionOutcomes

เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน

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

Defines stable outcomes returned by tenant-governance action decisions.

public static class TenantGovernanceActionDecisionOutcomes

objectTenantGovernanceActionDecisionOutcomes

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

The action exists but has a different action kind.

public const string ActionKindMismatch = "action-kind-mismatch"

string

The governance action is approved or remediated and satisfies the decision request.

public const string Allowed = "allowed"

string

Governance action decisions are disabled by host configuration.

public const string Disabled = "disabled"

string

The action is expired or outside its valid time window.

public const string Expired = "expired"

string

No governance action descriptor matched the supplied action.

public const string NotFound = "not-found"

string

The action is still waiting for approval.

public const string PendingApproval = "pending-approval"

string

The action was rejected.

public const string Rejected = "rejected"

string

The action requires remediation before it can proceed.

public const string RemediationRequired = "remediation-required"

string

The action exists but targets a different subject.

public const string SubjectMismatch = "subject-mismatch"

string

The action exists but belongs to a different tenant.

public const string TenantMismatch = "tenant-mismatch"

string