Zoho Analytics APIShareInfo

ShareInfo contains the workspace shared details.

Summary

Methods
Properties
Constants
getSharedUsers()
getGroupMembers()
getDatabaseOwners()
getSharedUserPermissions()
getGroupPermissions()
getPrivateLinkPermissions()
getPublicPermissions()
No public properties found
GROUPNAME
No protected methods found
No protected properties found
N/A
No private methods found
$group_members
$admin_members
$shared_user_perm_info
$group_perm_info
$public_perm_info
$private_link_perm_info
N/A

Constants

GROUPNAME

GROUPNAME

Properties

$group_members

$group_members : array

Type

array — Group Members of the workspace.

$admin_members

$admin_members : array

Type

array — workspace Admins of the workspace.

$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.

Methods

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.