Cloud Security Compliance v1 API - Class RegexpPattern (1.0.0-beta04)
Stay organized with collections
Save and categorize content based on your preferences.
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
IMessage RegexpPattern, IEquatable RegexpPattern, IDeepCloneable RegexpPattern, 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 |
|