Cloud Security Compliance v1 API - Class CloudControlDeploymentReference (1.0.0-beta01)

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

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

The reference to the cloud control deployment.

Inheritance

object > CloudControlDeploymentReference

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

CloudControlDeploymentReference()

public CloudControlDeploymentReference()

CloudControlDeploymentReference(CloudControlDeploymentReference)

public CloudControlDeploymentReference(CloudControlDeploymentReference other)
Parameter
Name Description
other CloudControlDeploymentReference

Properties

CloudControlDeployment

public string CloudControlDeployment { get; set; }

Output only. The name of the cloud control deployment. The format is: organizations/{org}/locations/{location}/cloudControlDeployments/{cloud_control_deployment_id}

Property Value
Type Description
string

CloudControlDeploymentAsCloudControlDeploymentName

public CloudControlDeploymentName CloudControlDeploymentAsCloudControlDeploymentName { get; set; }

CloudControlDeploymentName-typed view over the CloudControlDeployment resource name property.

Property Value
Type Description
CloudControlDeploymentName