Skip to content

PipelineRelationsProps

Properties for defining a PipelineRelations.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-pipelinerelations

Initializer

using AlibabaCloud.SDK.ROS.CDK.Devops;
new PipelineRelationsProps {
    object OrganizationId,
    object PipelineId,
    object RelObjectIds,
    object RelObjectType
};

Properties

Name Type Description
OrganizationId object Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.
PipelineId object Property pipelineId: The pipeline ID, which can be obtained from the pipeline link.
RelObjectIds object Property relObjectIds: Ids of the associated resource.
RelObjectType object Property relObjectType: Associated resource type.

OrganizationIdRequired

public object OrganizationId { get; set; }
  • Type: object

Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.


PipelineIdRequired

public object PipelineId { get; set; }
  • Type: object

Property pipelineId: The pipeline ID, which can be obtained from the pipeline link.


RelObjectIdsRequired

public object RelObjectIds { get; set; }
  • Type: object

Property relObjectIds: Ids of the associated resource.

For now, only variable group ids are supported.


RelObjectTypeRequired

public object RelObjectType { get; set; }
  • Type: object

Property relObjectType: Associated resource type.

Valid values:

  • VARIABLE_GROUP
  • OOS_APP_ID For now, only VARIABLE GROUP is supported.