View Source GoogleApi.SecurityCenter.V1.Model.SimulateSecurityHealthAnalyticsCustomModuleRequest (google_api_security_center v0.29.0)

Request message to simulate a CustomConfig against a given test resource. Maximum size of the request is 4 MB by default.

Attributes

  • customConfig (type: GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1CustomConfig.t, default: nil) - Required. The custom configuration that you need to test.
  • resource (type: GoogleApi.SecurityCenter.V1.Model.SimulatedResource.t, default: nil) - Required. Resource data to simulate custom module against.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.SimulateSecurityHealthAnalyticsCustomModuleRequest{
    customConfig:
      GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1CustomConfig.t()
      | nil,
    resource: GoogleApi.SecurityCenter.V1.Model.SimulatedResource.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.