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

Reference documentation and code samples for the Cloud Security Compliance V1 API class Google::Cloud::CloudSecurityCompliance::V1::Framework.

A Framework is a collection of CloudControls to address security and compliance requirements. Frameworks can be used for prevention, detection, and auditing. They can be either built-in, industry-standard frameworks provided by GCP/AZURE/AWS (e.g., NIST, FedRAMP) or custom frameworks created by users.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#category

def category() -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkCategory>
Returns

#category=

def category=(value) -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::FrameworkCategory>
Parameter
Returns

#cloud_control_details

def cloud_control_details() -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::CloudControlDetails>
Returns

#cloud_control_details=

def cloud_control_details=(value) -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::CloudControlDetails>
Parameter
Returns

#description

def description() -> ::String
Returns
  • (::String) — Optional. The description of the framework. The maximum length is 2000 characters.

#description=

def description=(value) -> ::String
Parameter
  • value (::String) — Optional. The description of the framework. The maximum length is 2000 characters.
Returns
  • (::String) — Optional. The description of the framework. The maximum length is 2000 characters.

#display_name

def display_name() -> ::String
Returns
  • (::String) — Optional. Display name of the framework. The maximum length is 200 characters.

#display_name=

def display_name=(value) -> ::String
Parameter
  • value (::String) — Optional. Display name of the framework. The maximum length is 200 characters.
Returns
  • (::String) — Optional. Display name of the framework. The maximum length is 200 characters.

#major_revision_id

def major_revision_id() -> ::Integer
Returns
  • (::Integer) — Output only. Major revision of the framework incremented in ascending order.

#name

def name() -> ::String
Returns
  • (::String) — Required. Identifier. The name of the framework. Format: organizations/{organization}/locations/{location}/frameworks/{framework_id}

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Required. Identifier. The name of the framework. Format: organizations/{organization}/locations/{location}/frameworks/{framework_id}
Returns
  • (::String) — Required. Identifier. The name of the framework. Format: organizations/{organization}/locations/{location}/frameworks/{framework_id}

#supported_cloud_providers

def supported_cloud_providers() -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::CloudProvider>
Returns

#supported_enforcement_modes

def supported_enforcement_modes() -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::EnforcementMode>
Returns

#supported_target_resource_types

def supported_target_resource_types() -> ::Array<::Google::Cloud::CloudSecurityCompliance::V1::TargetResourceType>
Returns

#type

def type() -> ::Google::Cloud::CloudSecurityCompliance::V1::Framework::FrameworkType
Returns