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 UpdateUrlListDetailsProperties
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