ManageEngine Analytics Plus Client APIShareInfo

ShareInfo contains the database 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 database.

$admin_members

$admin_members : array

Type

array — Database Owners of the database.

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

Returns

array —

Shared Users of the database.

getGroupMembers()

getGroupMembers() : array

This method is used to get the Group Members of the specified database.

Returns

array —

Group Members of the database.

getDatabaseOwners()

getDatabaseOwners() : array

This method is used to get the Database Owners of the specified database.

Returns

array —

Database Owners of the database.

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 Database Group.

Returns

array-of-objects —

The PermissionInfo list for the Database 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.