Class OkeCanaryApprovalDeployStageExecutionProgress
Specifies the Container Engine for Kubernetes (OKE) cluster Canary approval stage.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class OkeCanaryApprovalDeployStageExecutionProgress : DeployStageExecutionProgressProperties
ApprovalActions
Declaration
[JsonProperty(PropertyName = "approvalActions")]
public List<ApprovalAction> ApprovalActions { get; set; }Property Value
| Type | Description | 
|---|---|
| List<ApprovalAction> | Specifies the Canary approval actions. |