Security Center Management v1 API - Class CustomConfig.Types.CustomOutputSpec.Types.Property (1.0.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 Security Center Management 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.SecurityCenterManagement.V1

Assembly

Google.Cloud.SecurityCenterManagement.V1.dll

Constructors

Property()

public Property()

Property(Property)

public Property(CustomConfig.Types.CustomOutputSpec.Types.Property other)
Parameter
Name Description
other CustomConfigTypesCustomOutputSpecTypesProperty

Properties

Name

public string Name { get; set; }

Optional. Name of the property for the custom output.

Property Value
Type Description
string

ValueExpression

public Expr ValueExpression { get; set; }

Optional. 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
Type Description
Expr