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.
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-17 UTC."],[[["The page provides reference documentation for the `CustomConfig.Types.CustomOutputSpec.Types.Property` class within the Google Cloud Security Center v1 API, specifically for the .NET library."],["This `Property` class represents an individual name-value pair used to define a custom source property."],["The latest available version of the `CustomConfig.Types.CustomOutputSpec.Types.Property` class is 3.24.0, and there are numerous prior versions listed, down to version 2.2.0, showing its availability across different releases."],["The `Property` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to be utilized with different libraries."],["The class includes properties such as `Name`, which is a string, and `ValueExpression`, which is of type `Expr`, to specify the property's name and the CEL expression that determines its value respectively."]]],[]]