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

A set of optional name-value pairs that define custom source properties to return with each finding that is generated by the custom module. The custom source properties that are defined here are included in the finding JSON under sourceProperties.

Attributes

  • properties (type: list(GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1Property.t), default: nil) - A list of custom output properties to add to the finding.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1CustomOutputSpec{
    properties:
      [
        GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1Property.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.