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 CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalSourcesInheritance
Section titled “Inheritance”object ← CdcCaptureExecutionRuntimeManagedConnectorExecutionApprovalSources
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”DryRun
Section titled “ DryRun”The execution-approval answer is primarily grounded in shared managed-connector dry-run truth.
public const string DryRun = "dry-run"Field Value
Section titled “Field Value”ExecutionIntent
Section titled “ ExecutionIntent”The execution-approval answer is primarily grounded in shared managed-connector execution intent.
public const string ExecutionIntent = "execution-intent"Field Value
Section titled “Field Value”Governance
Section titled “ Governance”The execution-approval answer is primarily grounded in managed-connector governance posture.
public const string Governance = "governance"Field Value
Section titled “Field Value”Remediation
Section titled “ Remediation”The execution-approval answer is primarily grounded in runtime remediation posture.
public const string Remediation = "remediation"Field Value
Section titled “Field Value”Unknown
Section titled “ Unknown”The execution-approval answer does not currently have a more specific primary source.
public const string Unknown = "unknown"