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
.
Implements
IMessageCustomConfigTypesCustomOutputSpec, IEquatableCustomConfigTypesCustomOutputSpec, IDeepCloneableCustomConfigTypesCustomOutputSpec, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.V1.dll
Constructors
CustomOutputSpec()
public CustomOutputSpec()
CustomOutputSpec(CustomOutputSpec)
public CustomOutputSpec(CustomConfig.Types.CustomOutputSpec other)
Parameter | |
---|---|
Name | Description |
other | CustomConfigTypesCustomOutputSpec |
Properties
Properties
public RepeatedField<CustomConfig.Types.CustomOutputSpec.Types.Property> Properties { get; }
A list of custom output properties to add to the finding.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCustomConfigTypesCustomOutputSpecTypesProperty |