public sealed class Parameter : IMessage<Parameter>, IEquatable<Parameter>, IDeepCloneable<Parameter>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class Parameter.
Parameters are key-value pairs that let you provide your custom location requirements, environment requirements, or other settings that are relevant to the cloud control.
Implements
IMessageParameter, IEquatableParameter, IDeepCloneableParameter, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
Parameter()
public Parameter()Parameter(Parameter)
public Parameter(Parameter other)| Parameter | |
|---|---|
| Name | Description |
other |
Parameter |
Properties
Name
public string Name { get; set; }Required. The name or key of the parameter.
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParameterValue
public ParamValue ParameterValue { get; set; }Required. The value of the parameter.
| Property Value | |
|---|---|
| Type | Description |
ParamValue |
|