Show / Hide Table of Contents

Class ManualApprovalDeployStageSummary

Specifies the manual approval stage.

Inheritance
object
DeployStageSummary
ManualApprovalDeployStageSummary
Inherited Members
DeployStageSummary.Id
DeployStageSummary.Description
DeployStageSummary.DisplayName
DeployStageSummary.ProjectId
DeployStageSummary.DeployPipelineId
DeployStageSummary.CompartmentId
DeployStageSummary.TimeCreated
DeployStageSummary.TimeUpdated
DeployStageSummary.LifecycleState
DeployStageSummary.LifecycleDetails
DeployStageSummary.DeployStagePredecessorCollection
DeployStageSummary.FreeformTags
DeployStageSummary.DefinedTags
DeployStageSummary.SystemTags
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class ManualApprovalDeployStageSummary : DeployStageSummary

Properties

ApprovalPolicy

Declaration
[Required(ErrorMessage = "ApprovalPolicy is required.")]
[JsonProperty(PropertyName = "approvalPolicy")]
public ApprovalPolicy ApprovalPolicy { get; set; }
Property Value
Type Description
ApprovalPolicy
Remarks

Required

In this article
Back to top