$shared_user_perm_info $shared_user_perm_info : array Type array — The PermissionInfo list object for the shared user.
$group_perm_info $group_perm_info : array Type array — The PermissionInfo list object for the groups.
$public_perm_info $public_perm_info : array Type array — The PermissionInfo list object for the public link.
$private_link_perm_info $private_link_perm_info : array Type array — The PermissionInfo list object for the private link.
getSharedUsers() getSharedUsers() : array This method is used to get the Shared Users of the specified workspace. Returns array — Shared Users of the workspace.
getGroupMembers() getGroupMembers() : array This method is used to get the Group Members of the specified workspace. Returns array — Group Members of the workspace.
getDatabaseOwners() getDatabaseOwners() : array This method is used to get the workspace Admins of the specified workspace. Returns array — workspace Admins of the workspace.
getSharedUserPermissions() getSharedUserPermissions() : \array-of-objects This method is used to get the Permissions of the Shared Users. Returns \array-of-objects — The PermissionInfo list for the Shared User.
getGroupPermissions() getGroupPermissions() : \array-of-objects This method is used to get the Permissions of the workspace Group. Returns \array-of-objects — The PermissionInfo list for the workspace Group.
getPrivateLinkPermissions() getPrivateLinkPermissions() : \array-of-objects This method is used to get the Permissions of the Private Link. Returns \array-of-objects — The PermissionInfo list for the Private Link.
getPublicPermissions() getPublicPermissions() : \array-of-objects This method is used to get the Permissions of the Public Visitors. Returns \array-of-objects — The PermissionInfo list for the Public Visitors.