client.permission_sets.list_resources_shares

A method of the Permission Sets endpoint.

list_resources_shares(id: int, name: str) ListResponse

List users and groups permissioned on this object

API URL: GET /permission_sets/{id}/resources/{name}/shares

import civis
client = civis.APIClient()
response = client.permission_sets.list_resources_shares(...)
Parameters:
idint

The ID for this permission set.

namestr

The name of this resource.

Returns:
civis.ListResponse