List of Shield Information Barriers
List of Shield Information Barrier objects.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
limit | integer | No | The limit that was used for these entries. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed. The maximum value varies by API. |
next_marker | string | No | The marker for the start of the next page of results. Can be null. |
entries | array of Shield information barrier | No | A list of shield information barrier objects. |
Example
Shield information barrier
A standard representation of a shield information barrier object.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | No | The unique identifier for the shield information barrier. |
type | enum<string> | No | The type of the shield information barrier. Available options: shield_information_barrier. |
enterprise | Enterprise | No | The type and id of enterprise this barrier is under. |
status | enum<string> | No | Status of the shield information barrier. Available options: draft, pending, disabled, enabled, invalid. |
created_at | string | No | ISO date time string when this shield information barrier object was created. |
created_by | User (Base) | No | The user who created this shield information barrier. |
updated_at | string | No | ISO date time string when this shield information barrier was updated. |
updated_by | User (Base) | No | The user that updated this shield information barrier. |
enabled_at | string | No | ISO date time string when this shield information barrier was enabled. |
enabled_by | User (Base) | No | The user that enabled this shield information barrier. |
Example
Shield information barrier (Base)
A base representation of a shield information barrier object.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
id | string | No | The unique identifier for the shield information barrier. |
type | enum<string> | No | The type of the shield information barrier. Available options: shield_information_barrier. |
Example
