public sealed class UrlList : IMessage<UrlList>, IEquatable<UrlList>, IDeepCloneable<UrlList>, IBufferMessage, IMessageReference documentation and code samples for the Network Security v1 API class UrlList.
UrlList proto helps users to set reusable, independently manageable lists of hosts, host patterns, URLs, URL patterns.
Namespace
Google.Cloud.NetworkSecurity.V1Assembly
Google.Cloud.NetworkSecurity.V1.dll
Constructors
UrlList()
public UrlList()UrlList(UrlList)
public UrlList(UrlList other)| Parameter | |
|---|---|
| Name | Description |
other |
UrlList |
Properties
CreateTime
public Timestamp CreateTime { get; set; }Output only. Time when the security policy was created.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
Description
public string Description { get; set; }Optional. Free-text description of the resource.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Name
public string Name { get; set; }Required. Name of the resource provided by the user. Name is of the form projects/{project}/locations/{location}/urlLists/{url_list} url_list should match the pattern:(^a-z?$).
| Property Value | |
|---|---|
| Type | Description |
string |
|
UpdateTime
public Timestamp UpdateTime { get; set; }Output only. Time when the security policy was updated.
| Property Value | |
|---|---|
| Type | Description |
Timestamp |
|
UrlListName
public UrlListName UrlListName { get; set; }UrlListName-typed view over the Name resource name property.
| Property Value | |
|---|---|
| Type | Description |
UrlListName |
|
Values
public RepeatedField<string> Values { get; }Required. FQDNs and URLs.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldstring |
|