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.
Implements
IMessageCustomConfigTypesCustomOutputSpecTypesProperty, IEquatableCustomConfigTypesCustomOutputSpecTypesProperty, IDeepCloneableCustomConfigTypesCustomOutputSpecTypesProperty, IBufferMessage, IMessageNamespace
Google.Cloud.SecurityCenterManagement.V1Assembly
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 |