Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest.
Request message to simulate a CustomConfig against a given test resource. Maximum size of the request is 4 MB by default.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_config
def custom_config() -> ::Google::Cloud::SecurityCenter::V1::CustomConfig
Returns
- (::Google::Cloud::SecurityCenter::V1::CustomConfig) — Required. The custom configuration that you need to test.
#custom_config=
def custom_config=(value) -> ::Google::Cloud::SecurityCenter::V1::CustomConfig
Parameter
- value (::Google::Cloud::SecurityCenter::V1::CustomConfig) — Required. The custom configuration that you need to test.
Returns
- (::Google::Cloud::SecurityCenter::V1::CustomConfig) — Required. The custom configuration that you need to test.
#parent
def parent() -> ::String
Returns
-
(::String) — Required. The relative resource name of the organization, project, or
folder. For more information about relative resource names, see Relative
Resource
Name
Example:
organizations/{organization_id}
#parent=
def parent=(value) -> ::String
Parameter
-
value (::String) — Required. The relative resource name of the organization, project, or
folder. For more information about relative resource names, see Relative
Resource
Name
Example:
organizations/{organization_id}
Returns
-
(::String) — Required. The relative resource name of the organization, project, or
folder. For more information about relative resource names, see Relative
Resource
Name
Example:
organizations/{organization_id}
#resource
def resource() -> ::Google::Cloud::SecurityCenter::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest::SimulatedResource
Returns
- (::Google::Cloud::SecurityCenter::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest::SimulatedResource) — Required. Resource data to simulate custom module against.
#resource=
def resource=(value) -> ::Google::Cloud::SecurityCenter::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest::SimulatedResource
Parameter
- value (::Google::Cloud::SecurityCenter::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest::SimulatedResource) — Required. Resource data to simulate custom module against.
Returns
- (::Google::Cloud::SecurityCenter::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest::SimulatedResource) — Required. Resource data to simulate custom module against.