List of Shield Lists
List of Shield List objects.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
entries | array of Shield List (Mini) | No | A list of shield list objects. |
Example
Shield List
A standard representation of a Shield List.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Unique identifier for the shield list. |
type | string | Yes | Type of the object. |
name | string | Yes | Name of the shield list. |
enterprise | Enterprise reference | Yes | Enterprise for which this list belongs to. |
description | string | No | Description of Shield List. |
created_at | string | Yes | ISO date time string when this shield list object was created. |
updated_at | string | Yes | ISO date time string when this shield list object was updated. |
content | Shield List Content | Yes | Specifies the type of elements in this Shield List and includes the elements themselves. |
Example
Shield List (Mini)
A mini representation of a Shield List.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Unique global identifier for this list. |
type | enum<string> | Yes | The type of object. Available options: shield_list. |
name | string | Yes | Name of Shield List. |
content | object | Yes |
Example
Shield List Content (Country)
Representation of content of a Shield List that contains countries data.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
type | enum<string> | Yes | The type of content in the shield list. Available options: country. |
country_codes | array of string | Yes | List of country codes values. |
Example
Shield List Content (Domain)
Representation of content of a Shield List that contains domains data.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
type | enum<string> | Yes | The type of content in the shield list. Available options: domain. |
domains | array of string | Yes | List of domain. |
Example
Shield List Content (Email)
Representation of content of a Shield List that contains email addresses data.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
type | enum<string> | Yes | The type of content in the shield list. Available options: email. |
email_addresses | array of string | Yes | List of emails. |
Example
Shield List Content (Integration)
Representation of content of a Shield List that contains integrations data.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
type | enum<string> | Yes | The type of content in the shield list. Available options: integration. |
integrations | array of object | Yes | List of integration. |
Example
Shield List Content (IP)
Representation of content of a Shield List that contains ip addresses data.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
type | enum<string> | Yes | The type of content in the shield list. Available options: ip. |
ip_addresses | array of string | Yes | List of ip addresses and CIDRs. |
Example
