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

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

Overview

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

Instance Attribute Summary collapse

Instance Attribute Details

#name::String

Returns Optional. Name of the property for the custom output.

Returns:

  • (::String)

    Optional. Name of the property for the custom output.



338
339
340
341
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 338

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

#value_expression::Google::Type::Expr

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



338
339
340
341
# File 'proto_docs/google/cloud/securitycentermanagement/v1/security_center_management.rb', line 338

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