Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::CreateCloudControlRequest.
Request message for creating a CloudControl
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#cloud_control
def cloud_control() -> ::Google::Cloud::CloudSecurityCompliance::V1::CloudControl
Returns
- (::Google::Cloud::CloudSecurityCompliance::V1::CloudControl) — Required. The resource being created
#cloud_control=
def cloud_control=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::CloudControl
Parameter
- value (::Google::Cloud::CloudSecurityCompliance::V1::CloudControl) — Required. The resource being created
Returns
- (::Google::Cloud::CloudSecurityCompliance::V1::CloudControl) — Required. The resource being created
#cloud_control_id
def cloud_control_id() -> ::String
Returns
-
(::String) — Required. ID of the CloudControl.
This is the last segment of the CloudControl resource name.
Format:
^[a-zA-Z][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]$
.
#cloud_control_id=
def cloud_control_id=(value) -> ::String
Parameter
-
value (::String) — Required. ID of the CloudControl.
This is the last segment of the CloudControl resource name.
Format:
^[a-zA-Z][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]$
.
Returns
-
(::String) — Required. ID of the CloudControl.
This is the last segment of the CloudControl resource name.
Format:
^[a-zA-Z][a-zA-Z0-9-]{0,61}[a-zA-Z0-9]$
.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The parent resource name, in the format
organizations/{organization}/locations/{location}
.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource name, in the format
organizations/{organization}/locations/{location}
.
Returns
-
(::String) — Required. The parent resource name, in the format
organizations/{organization}/locations/{location}
.