Google Cloud Security Command Center v1 API - Class CustomConfig.Types.CustomOutputSpec (3.19.0)

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.

Inheritance

object > CustomConfig.Types.CustomOutputSpec

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

CustomOutputSpec()

public CustomOutputSpec()

CustomOutputSpec(CustomOutputSpec)

public CustomOutputSpec(CustomConfig.Types.CustomOutputSpec other)
Parameter
NameDescription
otherCustomConfigTypesCustomOutputSpec

Properties

Properties

public RepeatedField<CustomConfig.Types.CustomOutputSpec.Types.Property> Properties { get; }

A list of custom output properties to add to the finding.

Property Value
TypeDescription
RepeatedFieldCustomConfigTypesCustomOutputSpecTypesProperty