Class: Google::Cloud::CloudSecurityCompliance::V1::CloudControlDeploymentReference

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/cloudsecuritycompliance/v1/deployment.rb

Overview

The reference to a cloud control deployment.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_control_deployment::String (readonly)

Returns Output only. The name of the CloudControlDeployment. The format is organizations/{organization}/locations/{location}/cloudControlDeployments/{cloud_control_deployment} or projects/{project}/locations/{location}/cloudControlDeployments/{cloud_control_deployment}. The only supported location is global.

Returns:

  • (::String)

    Output only. The name of the CloudControlDeployment. The format is organizations/{organization}/locations/{location}/cloudControlDeployments/{cloud_control_deployment} or projects/{project}/locations/{location}/cloudControlDeployments/{cloud_control_deployment}. The only supported location is global.



418
419
420
421
# File 'proto_docs/google/cloud/cloudsecuritycompliance/v1/deployment.rb', line 418

class CloudControlDeploymentReference
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end