public sealed class EnvironmentVariable : IMessage<EnvironmentVariable>, IEquatable<EnvironmentVariable>, IDeepCloneable<EnvironmentVariable>, IBufferMessage, IMessage
Reference documentation and code samples for the Security Command Center v2 API class EnvironmentVariable.
A name-value pair representing an environment variable used in an operating
system process.
[[["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-03-21 UTC."],[[["This documentation provides details for the `EnvironmentVariable` class within the Security Command Center v2 API."],["The `EnvironmentVariable` class represents a name-value pair for environment variables used in operating system processes, as a part of the `Google.Cloud.SecurityCenter.V2` namespace."],["The class includes properties for `Name` and `Val`, both of which are JSON-encoded strings representing the environment variable's name and value respectively."],["The documentation lists the `EnvironmentVariable` class's inheritance from `object` and the interfaces it implements, such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["There are two versions available, with version `1.1.0` being the latest."]]],[]]