Class CustomOutputSpec (1.31.0)

CustomOutputSpec(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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.

Attribute

NameDescription
properties MutableSequence[google.cloud.securitycenter_v1.types.CustomConfig.CustomOutputSpec.Property]
A list of custom output properties to add to the finding.

Classes

Property

Property(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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