client.permission_sets.get_resources

A method of the Permission Sets endpoint.

get_resources(id: int, name: str) Response

Get a resource in a permission set

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

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

The ID for this permission set.

namestr

The name of this resource.

Returns:
civis.Response
  • permission_set_idint

    The ID for the permission set this resource belongs to.

  • namestr

    The name of this resource.

  • descriptionstr

    A description of this resource.

  • created_at : str (time)

  • updated_at : str (time)