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

public sealed class CustomConfig.Types.CustomOutputSpec.Types.Property : IMessage<CustomConfig.Types.CustomOutputSpec.Types.Property>, IEquatable<CustomConfig.Types.CustomOutputSpec.Types.Property>, IDeepCloneable<CustomConfig.Types.CustomOutputSpec.Types.Property>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Security Command Center v1 API class CustomConfig.Types.CustomOutputSpec.Types.Property.

An individual name-value pair that defines a custom source property.

Inheritance

object > CustomConfig.Types.CustomOutputSpec.Types.Property

Namespace

Google.Cloud.SecurityCenter.V1

Assembly

Google.Cloud.SecurityCenter.V1.dll

Constructors

Property()

public Property()

Property(Property)

public Property(CustomConfig.Types.CustomOutputSpec.Types.Property other)
Parameter
NameDescription
otherCustomConfigTypesCustomOutputSpecTypesProperty

Properties

Name

public string Name { get; set; }

Name of the property for the custom output.

Property Value
TypeDescription
string

ValueExpression

public Expr ValueExpression { get; set; }

The CEL expression for the custom output. A resource property can be specified to return the value of the property or a text string enclosed in quotation marks.

Property Value
TypeDescription
Expr