PolicyDraftPaginatedAggregatedConfigurationResult (schema)

Paginated result of aggregated configuration of a policy draft

Paginated result of aggregated configuration of a policy draft
Name Description Type Notes
request_id Request identifier to keep track of result

Request identifier to keep track of calculated aggregated configuration
a draft during subsequent API calls after initial API call.
This identifier can be use to fetch the detailed aggregated configuration
at security policy level.
Absence of request_id suggests that whole aggregated configuration has been
returned as a response to initial API call, as the size of aggregated
configuration is not big enough to need pagination.
string Readonly
result Aggregated configuration of a draft

Paginated aggregated configuration of a given draft.
For an initial API call, if request_id is present in response, then this is
a paginated aggregated configuration of a given draft. To get more granular
aggregated configuration, request_id need to be passed to subsequent API
calls.
Absence of request_id suggests that whole aggregated configuration has been
returned as a response to initial API call, as the size of aggregated
configuration is not big enough to need pagination.
Infra Readonly