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