Security Command Center v2 API - Class EnvironmentVariable (1.0.0-beta01)

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.

Inheritance

object > EnvironmentVariable

Namespace

Google.Cloud.SecurityCenter.V2

Assembly

Google.Cloud.SecurityCenter.V2.dll

Constructors

EnvironmentVariable()

public EnvironmentVariable()

EnvironmentVariable(EnvironmentVariable)

public EnvironmentVariable(EnvironmentVariable other)
Parameter
NameDescription
otherEnvironmentVariable

Properties

Name

public string Name { get; set; }

Environment variable name as a JSON encoded string.

Property Value
TypeDescription
string

Val

public string Val { get; set; }

Environment variable value as a JSON encoded string.

Property Value
TypeDescription
string