getAccessList()
Home > @gooddata/sdk-backend-spi > IWorkspaceObjectPermissionsService > getAccessList
IWorkspaceObjectPermissionsService.getAccessList() method
This API is provided as an alpha preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Returns the current list of grants for the given object.
Signature:
getAccessList(target: IObjectPermissionsObject): Promise<IObjectAccessList>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
target |
the object whose access to read |
Returns:
Promise<IObjectAccessList>