public sealed class Validation : IMessage<Validation>, IEquatable<Validation>, IDeepCloneable<Validation>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class Validation.
The validation of the parameter.
Implements
IMessageValidation, IEquatableValidation, IDeepCloneableValidation, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
Validation()
public Validation()Validation(Validation)
public Validation(Validation other)| Parameter | |
|---|---|
| Name | Description |
other |
Validation |
Properties
AllowedValues
public AllowedValues AllowedValues { get; set; }The permitted set of values for the parameter.
| Property Value | |
|---|---|
| Type | Description |
AllowedValues |
|
ConstraintCase
public Validation.ConstraintOneofCase ConstraintCase { get; }| Property Value | |
|---|---|
| Type | Description |
ValidationConstraintOneofCase |
|
IntRange
public IntRange IntRange { get; set; }The permitted range for numeric parameters.
| Property Value | |
|---|---|
| Type | Description |
IntRange |
|
RegexpPattern
public RegexpPattern RegexpPattern { get; set; }The regular expression for string parameters.
| Property Value | |
|---|---|
| Type | Description |
RegexpPattern |
|