storage_hosts_list_dependencies {civis} | R Documentation |
List dependent objects for this object
Description
List dependent objects for this object
Usage
storage_hosts_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. |
[Package civis version 3.1.2 Index]