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 Security Center Management 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.
Implements
IMessageCustomConfigTypesCustomOutputSpec, IEquatableCustomConfigTypesCustomOutputSpec, IDeepCloneableCustomConfigTypesCustomOutputSpec, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
Google.Cloud.SecurityCenterManagement.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; }
Optional. A list of custom output properties to add to the finding.
Property Value | |
---|---|
Type | Description |
RepeatedFieldCustomConfigTypesCustomOutputSpecTypesProperty |