Class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalCategories
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable managed-connector execution-approval and safety-gating category identifiers used by CDC execution runtimes.
public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalCategoriesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalCategories
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”ApprovalReady
Section titled “ ApprovalReady”The current intended follow-through is ready to enter a future approval workflow.
public const string ApprovalReady = "approval-ready"Field Value
Section titled “Field Value”ApprovalRequired
Section titled “ ApprovalRequired”The current intended follow-through still requires an explicit approval gate.
public const string ApprovalRequired = "approval-required"Field Value
Section titled “Field Value”AutoEligible
Section titled “ AutoEligible”The current intended follow-through is currently eligible for a future auto-execution lane.
public const string AutoEligible = "auto-eligible"Field Value
Section titled “Field Value”BlockingRemediation
Section titled “ BlockingRemediation”The managed connector is blocked by failed or otherwise blocking runtime remediation work.
public const string BlockingRemediation = "blocking-remediation"Field Value
Section titled “Field Value”ControlPlaneOwnershipGap
Section titled “ ControlPlaneOwnershipGap”The managed connector currently declares a control plane that Cephalon does not yet own for execution.
public const string ControlPlaneOwnershipGap = "control-plane-ownership-gap"Field Value
Section titled “Field Value”DestructiveOperation
Section titled “ DestructiveOperation”The current intended follow-through would still perform a destructive operation such as delete.
public const string DestructiveOperation = "destructive-operation"Field Value
Section titled “Field Value”DriftRisk
Section titled “ DriftRisk”The managed connector currently reports drift that increases execution risk.
public const string DriftRisk = "drift-risk"Field Value
Section titled “Field Value”GovernanceOutOfPolicy
Section titled “ GovernanceOutOfPolicy”The managed connector is currently out of policy for shared execution follow-through.
public const string GovernanceOutOfPolicy = "governance-out-of-policy"Field Value
Section titled “Field Value”IncompleteReportingCoverage
Section titled “ IncompleteReportingCoverage”The managed connector does not yet have full declared-versus-reported coverage on the shared runtime surface.
public const string IncompleteReportingCoverage = "incomplete-reporting-coverage"Field Value
Section titled “Field Value”LifecycleChange
Section titled “ LifecycleChange”The current intended follow-through would still require a lifecycle change such as pause, resume, restart, or delete.
public const string LifecycleChange = "lifecycle-change"Field Value
Section titled “Field Value”NoExecutionNeeded
Section titled “ NoExecutionNeeded”The current intended follow-through would not require additional managed-connector changes.
public const string NoExecutionNeeded = "no-execution-needed"Field Value
Section titled “Field Value”ObserveOnlyMode
Section titled “ ObserveOnlyMode”The managed connector currently remains observe-only, so execution approval is not applicable on the shared surface.
public const string ObserveOnlyMode = "observe-only-mode"Field Value
Section titled “Field Value”RuntimeTruthIncomplete
Section titled “ RuntimeTruthIncomplete”The managed connector does not yet report enough runtime truth for Cephalon to trust execution approval.
public const string RuntimeTruthIncomplete = "runtime-truth-incomplete"Field Value
Section titled “Field Value”StaleObservation
Section titled “ StaleObservation”The managed connector currently reports stale observations that make safety-gating less trustworthy.
public const string StaleObservation = "stale-observation"