permission_sets_list_resources_shares: List users and groups permissioned on this object

View source: R/generated_client.R

permission_sets_list_resources_sharesR Documentation

List users and groups permissioned on this object

Description

List users and groups permissioned on this object

Usage

permission_sets_list_resources_shares(id, name)

Arguments

id

integer required. The ID for this permission set.

name

string required. The name of this resource.

Value

An array containing the following fields:

readers

list, A list containing the following elements:

  • users array,

  • groups array,

writers

list, A list containing the following elements:

  • users array,

  • groups array,

owners

list, A list containing the following elements:

  • users array,

  • groups array,

totalUserShares

integer, For owners, the number of total users shared. For writers and readers, the number of visible users shared.

totalGroupShares

integer, For owners, the number of total groups shared. For writers and readers, the number of visible groups shared.


civis documentation built on April 1, 2023, 12:01 a.m.