Reference documentation and code samples for the Google Cloud Security Center Management V1 Client class 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.
Generated from protobuf message google.cloud.securitycentermanagement.v1.CustomConfig.CustomOutputSpec
Namespace
Google \ Cloud \ SecurityCenterManagement \ V1 \ CustomConfigMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ properties |
array<CustomOutputSpec\Property>
Optional. A list of custom output properties to add to the finding. |
getProperties
Optional. A list of custom output properties to add to the finding.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setProperties
Optional. A list of custom output properties to add to the finding.
Parameter | |
---|---|
Name | Description |
var |
array<CustomOutputSpec\Property>
|
Returns | |
---|---|
Type | Description |
$this |