Reference documentation and code samples for the Cloud Security Command Center V1 API class Google::Cloud::SecurityCenter::V1::CustomConfig::CustomOutputSpec.
A set of optional name-value pairs that define custom source properties to
return with each finding that is generated by the custom module. The custom
source properties that are defined here are included in the finding JSON
under sourceProperties
.
Inherits
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#properties
def properties() -> ::Array<::Google::Cloud::SecurityCenter::V1::CustomConfig::CustomOutputSpec::Property>
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::CustomConfig::CustomOutputSpec::Property>) — A list of custom output properties to add to the finding.
#properties=
def properties=(value) -> ::Array<::Google::Cloud::SecurityCenter::V1::CustomConfig::CustomOutputSpec::Property>
Parameter
- value (::Array<::Google::Cloud::SecurityCenter::V1::CustomConfig::CustomOutputSpec::Property>) — A list of custom output properties to add to the finding.
Returns
- (::Array<::Google::Cloud::SecurityCenter::V1::CustomConfig::CustomOutputSpec::Property>) — A list of custom output properties to add to the finding.