GoogleApi.SecurityCenter.V1.Model.GoogleCloudSecuritycenterV1Property (google_api_security_center v0.39.0)
View SourceAn 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 }