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

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

#framework=

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

#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}.