Security Center Management V1 API - Class Google::Cloud::SecurityCenterManagement::V1::CustomConfig::CustomOutputSpec::Property (v0.4.0)

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

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

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#name

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

#name=

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

#value_expression

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