Class UrlListSummary
URL List Summary in the network firewall policy
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
public class UrlListSummary
Properties
Name
Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | Name of URL List |
Remarks
Required
ParentResourceId
Declaration
[Required(ErrorMessage = "ParentResourceId is required.")]
[JsonProperty(PropertyName = "parentResourceId")]
public string ParentResourceId { get; set; }
Property Value
Type | Description |
---|---|
string | OCID of the Network Firewall Policy this mapped secret belongs to. |
Remarks
Required
TotalUrls
Declaration
[Required(ErrorMessage = "TotalUrls is required.")]
[JsonProperty(PropertyName = "totalUrls")]
public int? TotalUrls { get; set; }
Property Value
Type | Description |
---|---|
int? | Total count of URLs in the URL List |
Remarks
Required