aliases_list_dependencies: List dependent objects for this object

View source: R/generated_client.R

aliases_list_dependenciesR Documentation

List dependent objects for this object

Description

List dependent objects for this object

Usage

aliases_list_dependencies(id, user_id = NULL)

Arguments

id

integer required. The ID of the resource that is shared.

user_id

integer optional. ID of target user

Value

An array containing the following fields:

objectType

string, Dependent object type

fcoType

string, Human readable dependent object type

id

integer, Dependent object ID

name

string, Dependent object name, or nil if the requesting user cannot read this object

permissionLevel

string, Permission level of target user (not user's groups) for dependent object, or null if no target user

shareable

boolean, Whether or not the requesting user can share this object.


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