Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::CloudControlDetails.
The details of a cloud control.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#major_revision_id
def major_revision_id() -> ::Integer
Returns
- (::Integer) — Required. The major version of the cloud control.
#major_revision_id=
def major_revision_id=(value) -> ::Integer
Parameter
- value (::Integer) — Required. The major version of the cloud control.
Returns
- (::Integer) — Required. The major version of the cloud control.
#name
def name() -> ::String
Returns
-
(::String) — Required. The name of the cloud control, in the format
organizations/{organization}/locations/{location}/cloudControls/{cloud-control}. The only supported location isglobal.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Required. The name of the cloud control, in the format
organizations/{organization}/locations/{location}/cloudControls/{cloud-control}. The only supported location isglobal.
Returns
-
(::String) — Required. The name of the cloud control, in the format
organizations/{organization}/locations/{location}/cloudControls/{cloud-control}. The only supported location isglobal.
#parameters
def parameters() -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::Parameter>
Returns
-
(::Array<::Google::Cloud::CloudSecurityCompliance::V1::Parameter>) — Optional. Parameters are key-value pairs that let you provide your custom
location requirements, environment requirements, or other settings that are
relevant to the cloud control. An example parameter is
{"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 are key-value pairs that let you provide your custom
location requirements, environment requirements, or other settings that are
relevant to the cloud control. An example parameter is
{"name": "location","value": "us-west-1"}.
Returns
-
(::Array<::Google::Cloud::CloudSecurityCompliance::V1::Parameter>) — Optional. Parameters are key-value pairs that let you provide your custom
location requirements, environment requirements, or other settings that are
relevant to the cloud control. An example parameter is
{"name": "location","value": "us-west-1"}.