Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::CreateFrameworkRequest.
The request message for [CreateFramework][].
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. The identifier (ID) of the framework. The ID is not the full name of the framework; it's the last part of the full name of the framework.
#framework_id=
def framework_id=(value) -> ::String
Parameter
- value (::String) — Required. The identifier (ID) of the framework. The ID is not the full name of the framework; it's the last part of the full name of the framework.
Returns
- (::String) — Required. The identifier (ID) of the framework. The ID is not the full name of the framework; it's 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}. The only supported location isglobal.
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The parent resource name, in the format
organizations/{organization}/locations/{location}. The only supported location isglobal.
Returns
-
(::String) — Required. The parent resource name, in the format
organizations/{organization}/locations/{location}. The only supported location isglobal.