Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::CreateFrameworkRequest.
Request message for creating a Framework
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#framework
def framework() -> ::Google::Cloud::CloudSecurityCompliance::V1::Framework
Returns
- (::Google::Cloud::CloudSecurityCompliance::V1::Framework) — Required. The resource being created
#framework=
def framework=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::Framework
Parameter
- value (::Google::Cloud::CloudSecurityCompliance::V1::Framework) — Required. The resource being created
Returns
- (::Google::Cloud::CloudSecurityCompliance::V1::Framework) — Required. The resource being created
#framework_id
def framework_id() -> ::String
Returns
- (::String) — Required. ID of the framework. This is not the full name of the framework. This is the last part of the full name of the framework.
#framework_id=
def framework_id=(value) -> ::String
Parameter
- value (::String) — Required. ID of the framework. This is not the full name of the framework. This is the last part of the full name of the framework.
Returns
- (::String) — Required. ID of the framework. This is not the full name of the framework. This is the last part of the full name of the framework.
#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}
.