Show / Hide Table of Contents

Class PipelineProperties

Pipeline properties which result from the run of the verify stage.

Inheritance
object
PipelineProperties
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.AdmService.Models
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
public class PipelineProperties

Properties

PipelineIdentifier

Declaration
[JsonProperty(PropertyName = "pipelineIdentifier")]
public string PipelineIdentifier { get; set; }
Property Value
Type Description
string

Unique identifier for the pipeline or action created in the Verify stage.

PipelineUrl

Declaration
[JsonProperty(PropertyName = "pipelineUrl")]
public string PipelineUrl { get; set; }
Property Value
Type Description
string

The web link to the pipeline from the Verify stage.

In this article
Back to top