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

Response message for listing effective Security Health Analytics custom modules.

Attributes

  • effectiveSecurityHealthAnalyticsCustomModules (type: list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule.t), default: nil) - Effective custom modules belonging to the requested parent.
  • nextPageToken (type: String.t, default: nil) - If not empty, indicates that there may be more effective custom modules to be returned.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.ListEffectiveSecurityHealthAnalyticsCustomModulesResponse{
    effectiveSecurityHealthAnalyticsCustomModules:
      [
        GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1EffectiveSecurityHealthAnalyticsCustomModule.t()
      ]
      | nil,
    nextPageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.