Skip to content

Class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalSources

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

Defines the stable source identifiers used by managed-connector execution-approval answers.

public static class CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalSources

objectCdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalSources

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

The execution-approval answer is primarily grounded in shared managed-connector dry-run truth.

public const string DryRun = "dry-run"

string

The execution-approval answer is primarily grounded in shared managed-connector execution intent.

public const string ExecutionIntent = "execution-intent"

string

The execution-approval answer is primarily grounded in managed-connector governance posture.

public const string Governance = "governance"

string

The execution-approval answer is primarily grounded in runtime remediation posture.

public const string Remediation = "remediation"

string

The execution-approval answer does not currently have a more specific primary source.

public const string Unknown = "unknown"

string