Cloud Security Command Center V1 API - Class Google::Cloud::SecurityCenter::V1::CustomConfig::CustomOutputSpec::Property (v0.40.0)

Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::CustomConfig::CustomOutputSpec::Property.

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

Inherits

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

def name() -> ::String
Returns
  • (::String) — Name of the property for the custom output.

#name=

def name=(value) -> ::String
Parameter
  • value (::String) — Name of the property for the custom output.
Returns
  • (::String) — Name of the property for the custom output.

#value_expression

def value_expression() -> ::Google::Type::Expr
Returns
  • (::Google::Type::Expr) — 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.

#value_expression=

def value_expression=(value) -> ::Google::Type::Expr
Parameter
  • value (::Google::Type::Expr) — 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.
Returns
  • (::Google::Type::Expr) — 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.