setCertification()
Home > @gooddata/sdk-backend-spi > IWorkspaceDashboardsService > setCertification
IWorkspaceDashboardsService.setCertification() 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.
Sets dashboard certification metadata.
Signature:
setCertification(ref: ObjRef, certification?: IObjectCertificationWrite): Promise<void>;
Parameters
|
Parameter |
Type |
Description |
|---|---|---|
|
ref |
dashboard reference | |
|
certification |
IObjectCertificationWrite |
(Optional) certification state; undefined clears certification |
Returns:
Promise<void>