Cloud Security Compliance v1 API - Class AllowedValues (1.0.0-beta01)

public sealed class AllowedValues : IMessage<AllowedValues>, IEquatable<AllowedValues>, IDeepCloneable<AllowedValues>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Security Compliance v1 API class AllowedValues.

Allowed set of values for the parameter.

Inheritance

object > AllowedValues

Namespace

Google.Cloud.CloudSecurityCompliance.V1

Assembly

Google.Cloud.CloudSecurityCompliance.V1.dll

Constructors

AllowedValues()

public AllowedValues()

AllowedValues(AllowedValues)

public AllowedValues(AllowedValues other)
Parameter
Name Description
other AllowedValues

Properties

Values

public RepeatedField<ParamValue> Values { get; }

Required. List of allowed values for the parameter.

Property Value
Type Description
RepeatedFieldParamValue