Class ServicePattern
Service patterns used to allow access.
Implements
Inherited Members
Namespace: Google.Apis.AccessContextManager.v1.Data
Assembly: Google.Apis.AccessContextManager.v1.dll
Syntax
public class ServicePattern : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Modifiers
Modifiers to apply to the requests that match the URL pattern.
Declaration
[JsonProperty("modifiers")]
public virtual IList<Modifier> Modifiers { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<Modifier> |
Pattern
URL pattern to allow. Only patterns of ".googleapis.com/", "www.googleapis.com//" and ".appspot.com/ forms are supported, where should be alphanumerical name.
Declaration
[JsonProperty("pattern")]
public virtual string Pattern { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Service
Supported service to allow.
Declaration
[JsonProperty("service")]
public virtual string Service { get; set; }
Property Value
| Type | Description |
|---|---|
| string |