public sealed class CustomConfig.Types.CustomOutputSpec : IMessage<CustomConfig.Types.CustomOutputSpec>, IEquatable<CustomConfig.Types.CustomOutputSpec>, IDeepCloneable<CustomConfig.Types.CustomOutputSpec>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Security Command Center v1 API class CustomConfig.Types.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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides documentation for the `CustomConfig.Types.CustomOutputSpec` class within the Google Cloud Security Command Center v1 API, offering reference materials and code samples."],["The `CustomOutputSpec` class defines custom source properties, as name-value pairs, that can be included with each finding generated by a custom module and are found within the finding JSON under `sourceProperties`."],["The webpage lists the history of the versions with hyperlinks to more details for each version, starting from version 3.24.0 (latest) down to 2.2.0."],["The `CustomOutputSpec` class implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces, offering methods for creating, comparing, and managing instances of this class."],["The `Properties` field in `CustomOutputSpec` allows for a list of custom output properties to be added to a finding, and it is a `RepeatedField` type."]]],[]]