Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStatus

Namespace: Cephalon.Abstractions.Data
Assembly: Cephalon.Abstractions.dll

Describes the current operator-facing managed-connector execution-approval and safety-gating posture for one CDC execution runtime.

public sealed record CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStatus : IEquatable<CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStatus>

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStatus

IEquatable<CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStatus>

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

CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStatus(string, string?)

Section titled “ CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStatus(string, string?)”

Creates a new managed-connector execution-approval answer.

public CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalStatus(string state, string? description = null)

state string

The stable execution-approval state, such as auto-blocked, policy-blocked, approval-required, approval-ready, auto-eligible, or not-applicable.

description string?

An optional operator-facing execution-approval summary.

Gets the current managed-connector action-plan state that informed execution approval.

public string ActionPlanState { get; init; }

string

Gets a value indicating whether the execution runtime currently represents a managed connector.

public bool AppliesToManagedConnector { get; }

bool

Gets a value indicating whether the managed connector currently satisfies the shared auto-execution gate.

public bool CanAutoExecuteThroughEngine { get; }

bool

Gets a value indicating whether the managed connector can currently enter a future approval workflow.

public bool CanRequestApproval { get; }

bool

Gets the number of active execution-approval categories currently visible for the execution runtime.

public int CategoryCount { get; }

int

Gets the stable execution-approval categories currently active for the execution runtime.

public IReadOnlyList<string> CategoryIds { get; init; }

IReadOnlyList<string>

Gets an optional operator-facing execution-approval summary.

public string? Description { get; }

string?

Gets the current managed-connector drift state that informed execution approval.

public string DriftState { get; init; }

string

Gets the current managed-connector dry-run state that informed execution approval.

public string DryRunState { get; init; }

string

Gets the primary confidence-source identifier already associated with managed-connector execution intent.

public string ExecutionIntentConfidenceSourceId { get; init; }

string

Gets the current managed-connector execution-intent state that informed execution approval.

public string ExecutionIntentState { get; init; }

string

Gets the current managed-connector governance state that informed execution approval.

public string GovernanceState { get; init; }

string

Gets a value indicating whether the managed connector currently satisfies the shared safety-gating baseline.

public bool HasSafetyGateClearance { get; }

bool

Gets a value indicating whether the managed connector is currently ready to enter a future approval workflow.

public bool IsApprovalReady { get; }

bool

Gets a value indicating whether the managed connector currently requires an elevated explicit approval gate.

public bool IsApprovalRequired { get; }

bool

Gets a value indicating whether the managed connector is currently blocked by runtime truth or remediation before approval can be considered.

public bool IsAutoBlocked { get; }

bool

Gets a value indicating whether the managed connector currently fits a future auto-execution lane.

public bool IsAutoEligible { get; }

bool

Gets a value indicating whether the managed connector is currently blocked by governance or control-plane policy.

public bool IsPolicyBlocked { get; }

bool

Gets the declared managed-connector management mode when one is known.

public string? ManagementMode { get; init; }

string?

Gets the stable management-operation identifier currently associated with execution approval.

public string OperationId { get; init; }

string

Gets the number of visible potential shared write-path changes currently associated with execution approval.

public int PotentialChangeCount { get; init; }

int

Gets the current managed-connector preflight state that informed execution approval.

public string PreflightState { get; init; }

string

Gets the primary action identifier currently associated with the runtime’s managed-connector action plan.

public string PrimaryActionId { get; init; }

string

Gets the current runtime-level remediation state that informed execution approval.

public string RemediationState { get; init; }

string

Gets the current runtime-level reporting-coverage state that informed execution approval.

public string ReportingCoverageState { get; init; }

string

Gets a value indicating whether the managed connector currently requires additional execution-approval attention.

public bool RequiresAttention { get; }

bool

Gets a value indicating whether the current intended follow-through would require an explicit approval gate.

public bool RequiresExplicitApproval { get; init; }

bool

Gets the primary source identifier Cephalon used to derive execution approval.

public string SourceId { get; init; }

string

Gets the stable managed-connector execution-approval state.

public string State { get; }

string

Gets a value indicating whether the current intended follow-through would still apply one or more shared write-path changes.

public bool WouldApplyChanges { get; init; }

bool

Gets the current managed-connector write-path readiness state that informed execution approval.

public string WritePathReadinessState { get; init; }

string