Cloud Security Compliance v1 API - Class CloudControlDeployment (1.0.0-beta02)

public sealed class CloudControlDeployment : IMessage<CloudControlDeployment>, IEquatable<CloudControlDeployment>, IDeepCloneable<CloudControlDeployment>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class CloudControlDeployment.

CloudControlDeployment represents deployment of a CloudControl on a target resource. Supported target resources are organizations/{organization}, folders/{folder}, and projects/{project}.

Inheritance

object > CloudControlDeployment

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

CloudControlDeployment()

public CloudControlDeployment()

CloudControlDeployment(CloudControlDeployment)

public CloudControlDeployment(CloudControlDeployment other)
Parameter
Name Description
other CloudControlDeployment

Properties

CloudControlDeploymentName

public CloudControlDeploymentName CloudControlDeploymentName { get; set; }

CloudControlDeploymentName-typed view over the Name resource name property.

Property Value
Type Description
CloudControlDeploymentName

CloudControlMetadata

public CloudControlMetadata CloudControlMetadata { get; set; }

Required. Deployment mode and parameters for the Cloud Control.

Property Value
Type Description
CloudControlMetadata

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which the resource was created.

Property Value
Type Description
Timestamp

DeploymentState

public DeploymentState DeploymentState { get; set; }

Output only. State of the CloudControl deployment

Property Value
Type Description
DeploymentState

Description

public string Description { get; set; }

Optional. User provided description of the CloudControl deployment

Property Value
Type Description
string

Etag

public string Etag { get; set; }

Optional. To prevent concurrent updates from overwriting each other, always provide the etag when you update a CloudControlDeployment. You can also provide the etag when you delete a CloudControlDeployment, to help ensure that you're deleting the intended version of the CloudControlDeployment.

Property Value
Type Description
string

FrameworkDeploymentReferences

public RepeatedField<FrameworkDeploymentReference> FrameworkDeploymentReferences { get; }

Output only. The references to the Framework deployments that this Cloud Control deployment is part of. A Cloud Control deployment can be part of multiple Framework deployments.

Property Value
Type Description
RepeatedFieldFrameworkDeploymentReference

Name

public string Name { get; set; }

Identifier. CloudControlDeployment name in the following format: organizations/{organization}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}

Property Value
Type Description
string

ParameterSubstitutedCloudControl

public CloudControl ParameterSubstitutedCloudControl { get; set; }

Output only. The CloudControl after substitution of given parameters.

Property Value
Type Description
CloudControl

TargetResource

public string TargetResource { get; set; }

Output only. The resource on which the CloudControl is deployed based on the provided TargetResourceConfig in the following format: organizations/{organization}, folders/{folder} or projects/{project}.

Property Value
Type Description
string

TargetResourceConfig

public TargetResourceConfig TargetResourceConfig { get; set; }

Required. The details of the target resource on which the CloudControl is to be deployed. It can either be an existing target resource or a new target resource to be created.

Property Value
Type Description
TargetResourceConfig

TargetResourceDisplayName

public string TargetResourceDisplayName { get; set; }

Output only. The display name of the target resource.

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time at which the resource last updated.

Property Value
Type Description
Timestamp