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

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

The request message for [CreateFrameworkAudit][].

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#framework_audit

def framework_audit() -> ::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit
Returns

#framework_audit=

def framework_audit=(value) -> ::Google::Cloud::CloudSecurityCompliance::V1::FrameworkAudit
Parameter
Returns

#framework_audit_id

def framework_audit_id() -> ::String
Returns
  • (::String) — Optional. The ID to use for the framework audit. The ID becomes the final component of the framework audit's full resource name.

    The ID must be between 4-63 characters, and valid characters are \[a-z][0-9]-\.

#framework_audit_id=

def framework_audit_id=(value) -> ::String
Parameter
  • value (::String) — Optional. The ID to use for the framework audit. The ID becomes the final component of the framework audit's full resource name.

    The ID must be between 4-63 characters, and valid characters are \[a-z][0-9]-\.

Returns
  • (::String) — Optional. The ID to use for the framework audit. The ID becomes the final component of the framework audit's full resource name.

    The ID must be between 4-63 characters, and valid characters are \[a-z][0-9]-\.

#parent

def parent() -> ::String
Returns
  • (::String) —

    Required. The parent resource where this framework audit is created.

    Supported formats are the following:

    • organizations/{organization_id}/locations/{location}
    • folders/{folder_id}/locations/{location}
    • projects/{project_id}/locations/{location}

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) —

    Required. The parent resource where this framework audit is created.

    Supported formats are the following:

    • organizations/{organization_id}/locations/{location}
    • folders/{folder_id}/locations/{location}
    • projects/{project_id}/locations/{location}
Returns
  • (::String) —

    Required. The parent resource where this framework audit is created.

    Supported formats are the following:

    • organizations/{organization_id}/locations/{location}
    • folders/{folder_id}/locations/{location}
    • projects/{project_id}/locations/{location}