Class DeployPolicyResourceSelector
Contains information on the resources to select for a deploy policy. Attributes provided must all match the resource in order for policy restrictions to apply. For example, if delivery pipelines attributes given are an id "prod" and labels "foo: bar", a delivery pipeline resource must match both that id and have that label in order to be subject to the policy.
Implements
Inherited Members
Namespace: Google.Apis.CloudDeploy.v1.Data
Assembly: Google.Apis.CloudDeploy.v1.dll
Syntax
public class DeployPolicyResourceSelector : IDirectResponseSchema
Properties
DeliveryPipeline
Optional. Contains attributes about a delivery pipeline.
Declaration
[JsonProperty("deliveryPipeline")]
public virtual DeliveryPipelineAttribute DeliveryPipeline { get; set; }
Property Value
Type | Description |
---|---|
DeliveryPipelineAttribute |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Target
Optional. Contains attributes about a target.
Declaration
[JsonProperty("target")]
public virtual TargetAttribute Target { get; set; }
Property Value
Type | Description |
---|---|
TargetAttribute |