PolicyElements

Get policies for given scope.

get/policy-elements

Query parameters

scopestring required

Scope.

api-versionstring required

The API Version.

filterstring

Optional value to filter policies based on hierarchy of resources. It is of type enum with possible values: AtScope, ChildrenScope, None, All

Response

Success

countinteger

Count of elements in payload.

syncTokenstring

Sync token represents the checkpoint upto which this policy elements list is updated. Client need to pass this value while fetching records using policyEvents API.

nextLinkstring

Link with skip token to fetch next set of records. This is used in case of pagination.

Changes