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

An individual name-value pair that defines a custom source property.

Attributes

  • name (type: String.t, default: nil) - Name of the property for the custom output.
  • valueExpression (type: GoogleApi.SecurityCenter.V1.Model.Expr.t, default: nil) - The CEL expression for the custom output. A resource property can be specified to return the value of the property or a text string enclosed in quotation marks.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1Property{
  name: String.t() | nil,
  valueExpression: GoogleApi.SecurityCenter.V1.Model.Expr.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.