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.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["This document provides reference documentation for the `CustomConfig.Types.CustomOutputSpec.Types.Property` class within the Security Center Management v1 API."],["The `Property` class represents a name-value pair defining a custom source property, and it inherits from the base `object` class."],["The `Property` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, `Property()` and `Property(CustomConfig.Types.CustomOutputSpec.Types.Property other)`, along with two properties, `Name`, and `ValueExpression`."],["The properties `Name` and `ValueExpression` allow defining the name and the CEL expression for the custom output, where `Name` is of type string and `ValueExpression` is of type `Expr`."]]],[]]