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 |
|
---|---|
Name | Description |
properties |
MutableSequence[google.cloud.securitycentermanagement_v1.types.CustomConfig.CustomOutputSpec.Property]
Optional. 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.