Class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStates
เนื้อหานี้ยังไม่ได้แปลเป็นภาษาไทย แสดงเป็นภาษาอังกฤษแทน
Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll
Defines the stable managed-connector execution-approval state identifiers used by CDC execution runtimes.
public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStatesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStates
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 managed connector is currently ready to enter a future approval workflow before engine execution.
public const string ApprovalReady = "approval-ready"Field Value
Section titled “Field Value”ApprovalRequired
Section titled “ ApprovalRequired”The managed connector would still require an elevated explicit approval gate because the intended follow-through remains safety-sensitive.
public const string ApprovalRequired = "approval-required"Field Value
Section titled “Field Value”AutoBlocked
Section titled “ AutoBlocked”The managed connector is currently blocked by incomplete runtime truth or runtime remediation posture before approval can be considered.
public const string AutoBlocked = "auto-blocked"Field Value
Section titled “Field Value”AutoEligible
Section titled “ AutoEligible”The managed connector currently fits a future auto-execution lane without requiring an additional approval workflow.
public const string AutoEligible = "auto-eligible"Field Value
Section titled “Field Value”NotApplicable
Section titled “ NotApplicable”The execution runtime does not currently require managed-connector execution approval on the shared surface.
public const string NotApplicable = "not-applicable"Field Value
Section titled “Field Value”PolicyBlocked
Section titled “ PolicyBlocked”The managed connector is currently blocked by governance or control-plane policy rather than runtime readiness alone.
public const string PolicyBlocked = "policy-blocked"