Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::CloudControlDetails.
CloudControlDetails contains the details of a CloudControl.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#major_revision_id
def major_revision_id() -> ::Integer
Returns
- (::Integer) — Required. Major revision of cloudcontrol
#major_revision_id=
def major_revision_id=(value) -> ::Integer
Parameter
- value (::Integer) — Required. Major revision of cloudcontrol
Returns
- (::Integer) — Required. Major revision of cloudcontrol
#name
def name() -> ::String
Returns
- (::String) — Required. The name of the CloudControl in the format: “organizations/{organization}/locations/{location}/ cloudControls/{cloud-control}”
#name=
def name=(value) -> ::String
Parameter
- value (::String) — Required. The name of the CloudControl in the format: “organizations/{organization}/locations/{location}/ cloudControls/{cloud-control}”
Returns
- (::String) — Required. The name of the CloudControl in the format: “organizations/{organization}/locations/{location}/ cloudControls/{cloud-control}”
#parameters
def parameters() -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::Parameter>
Returns
- (::Array<::Google::Cloud::CloudSecurityCompliance::V1::Parameter>) — Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}.
#parameters=
def parameters=(value) -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::Parameter>
Parameter
- value (::Array<::Google::Cloud::CloudSecurityCompliance::V1::Parameter>) — Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}.
Returns
- (::Array<::Google::Cloud::CloudSecurityCompliance::V1::Parameter>) — Optional. Parameters is a key-value pair that is required by the CloudControl. The specification of these parameters will be present in cloudcontrol.Eg: { "name": "location","value": "us-west-1"}.