Class UpdateUrlListDetails
The request details to be updated in the URL List for the policy.
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class UpdateUrlListDetails
Properties
Description
Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| string | The description of the Url list. This field can be used to add additional info. |
Urls
Declaration
[Required(ErrorMessage = "Urls is required.")]
[JsonProperty(PropertyName = "urls")]
public List<UrlPattern> Urls { get; set; }
Property Value
| Type | Description |
|---|---|
| List<UrlPattern> | List of urls. |
Remarks
Required