public sealed class RegexpPattern : IMessage<RegexpPattern>, IEquatable<RegexpPattern>, IDeepCloneable<RegexpPattern>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Security Compliance v1 API class RegexpPattern.
The regular expression (regex) validator for parameter values.
Implements
IMessageRegexpPattern, IEquatableRegexpPattern, IDeepCloneableRegexpPattern, IBufferMessage, IMessageNamespace
Google.Cloud.CloudSecurityCompliance.V1Assembly
Google.Cloud.CloudSecurityCompliance.V1.dll
Constructors
RegexpPattern()
public RegexpPattern()RegexpPattern(RegexpPattern)
public RegexpPattern(RegexpPattern other)| Parameter | |
|---|---|
| Name | Description |
other |
RegexpPattern |
Properties
Pattern
public string Pattern { get; set; }Required. The regex pattern to match the values of the parameter with.
| Property Value | |
|---|---|
| Type | Description |
string |
|