Class: Google::Cloud::SecurityCenter::V1::CustomConfig::CustomOutputSpec::Property

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/securitycenter/v1/security_health_analytics_custom_config.rb

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Name of the property for the custom output.

Returns:

  • (::String)

    Name of the property for the custom output.



76
77
78
79
# File 'proto_docs/google/cloud/securitycenter/v1/security_health_analytics_custom_config.rb', line 76

class Property
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#value_expression::Google::Type::Expr

Returns 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.



76
77
78
79
# File 'proto_docs/google/cloud/securitycenter/v1/security_health_analytics_custom_config.rb', line 76

class Property
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end