Cloud Security Compliance V1 API - Class Google::Cloud::CloudSecurityCompliance::V1::CreateFrameworkRequest (v0.2.0)

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

#framework=

def framework=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::Framework
Parameter
Returns

#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 is global.

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — Required. The parent resource name, in the format organizations/{organization}/locations/{location}. The only supported location is global.
Returns
  • (::String) — Required. The parent resource name, in the format organizations/{organization}/locations/{location}. The only supported location is global.