PipelineRelationsProps
Properties for defining a PipelineRelations
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-devops-pipelinerelations
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkdevops"
&alicloudroscdkdevops.PipelineRelationsProps {
OrganizationId: interface{},
PipelineId: interface{},
RelObjectIds: interface{},
RelObjectType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
OrganizationId |
interface{} |
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links. |
PipelineId |
interface{} |
Property pipelineId: The pipeline ID, which can be obtained from the pipeline link. |
RelObjectIds |
interface{} |
Property relObjectIds: Ids of the associated resource. |
RelObjectType |
interface{} |
Property relObjectType: Associated resource type. |
OrganizationId
Required
OrganizationId interface{}
- Type: interface{}
Property organizationId: Corporate identity, also known as enterprise id, can obtain in cloud effect access links.
PipelineId
Required
PipelineId interface{}
- Type: interface{}
Property pipelineId: The pipeline ID, which can be obtained from the pipeline link.
RelObjectIds
Required
RelObjectIds interface{}
- Type: interface{}
Property relObjectIds: Ids of the associated resource.
For now, only variable group ids are supported.
RelObjectType
Required
RelObjectType interface{}
- Type: interface{}
Property relObjectType: Associated resource type.
Valid values:
- VARIABLE_GROUP
- OOS_APP_ID For now, only VARIABLE GROUP is supported.