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.
Implements
IMessageCustomConfigTypesCustomOutputSpecTypesProperty, IEquatableCustomConfigTypesCustomOutputSpecTypesProperty, IDeepCloneableCustomConfigTypesCustomOutputSpecTypesProperty, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenter.V1Assembly
Google.Cloud.SecurityCenter.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; }
Name of the property for the custom output.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Expr |