Inline0

Inline0
Inline0

A page of policy decisions that indicates whether a corresponding dry run is complete.

JSON Example
{
    "content": [
        {
            "description": "string",
            "dryRunId": "string",
            "dryRunSubTaskId": "string",
            "effectivePolicyDefinition": {},
            "id": "string",
            "orgId": "string",
            "policies": [
                {
                    "enforcementType": "string",
                    "id": "string",
                    "name": "string",
                    "projectId": "string",
                    "rank": 0,
                    "status": "string"
                }
            ],
            "projectId": "string",
            "targetId": "string",
            "targetName": "string",
            "timestamp": "string",
            "typeId": "string"
        }
    ],
    "dryRunComplete": false,
    "empty": false,
    "first": false,
    "last": false,
    "number": 0,
    "numberOfElements": 0,
    "pageable": {
        "offset": 0,
        "pageNumber": 0,
        "pageSize": 0,
        "paged": false,
        "sort": [
            {
                "ascending": false,
                "direction": "string",
                "ignoreCase": false,
                "nullHandling": "string",
                "property": "string"
            }
        ],
        "unpaged": false
    },
    "size": 0,
    "sort": [
        {
            "ascending": false,
            "direction": "string",
            "ignoreCase": false,
            "nullHandling": "string",
            "property": "string"
        }
    ],
    "totalElements": 0,
    "totalPages": 0
}
array of object
content
Optional

A decision made to enforce policies.

boolean
dryRunComplete
Optional

is dryRun complete

boolean
empty
Optional

empty

boolean
first
Optional

first

boolean
last
Optional

last

integer As int32 As int32
number
Optional

number

integer As int32 As int32
numberOfElements
Optional

numberOfElements

object
pageable
Optional

pageable

integer As int32 As int32
size
Optional

size

array of object
sort
Optional

sort

integer As int64 As int64
totalElements
Optional

totalElements

integer As int32 As int32
totalPages
Optional

totalPages

Used By