Reference documentation and code samples for the Security Command Center Management V1 API class Google::Cloud::SecurityCenterManagement::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest.
Request message for SecurityCenterManagement.SimulateSecurityHealthAnalyticsCustomModule. The maximum size of the request is 4 MiB.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#custom_config
def custom_config() -> ::Google::Cloud::SecurityCenterManagement::V1::CustomConfig
Returns
- (::Google::Cloud::SecurityCenterManagement::V1::CustomConfig) — Required. The custom configuration that you need to test.
#custom_config=
def custom_config=(value) -> ::Google::Cloud::SecurityCenterManagement::V1::CustomConfig
Parameter
- value (::Google::Cloud::SecurityCenterManagement::V1::CustomConfig) — Required. The custom configuration that you need to test.
Returns
- (::Google::Cloud::SecurityCenterManagement::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 AIP-122:
Resource names. 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 AIP-122:
Resource names. 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 AIP-122:
Resource names. Example:
organizations/{organization_id}
.
#resource
def resource() -> ::Google::Cloud::SecurityCenterManagement::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest::SimulatedResource
Returns
- (::Google::Cloud::SecurityCenterManagement::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest::SimulatedResource) — Required. Resource data to simulate custom module against.
#resource=
def resource=(value) -> ::Google::Cloud::SecurityCenterManagement::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest::SimulatedResource
Parameter
- value (::Google::Cloud::SecurityCenterManagement::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest::SimulatedResource) — Required. Resource data to simulate custom module against.
Returns
- (::Google::Cloud::SecurityCenterManagement::V1::SimulateSecurityHealthAnalyticsCustomModuleRequest::SimulatedResource) — Required. Resource data to simulate custom module against.