Security Center Management v1 API - Class CustomConfig.Types.CustomOutputSpec (1.0.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 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 JSON under sourceProperties.

Inheritance

object > CustomConfig.Types.CustomOutputSpec

Namespace

Google.Cloud.SecurityCenterManagement.V1

Assembly

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