ShareStatus
Home > @gooddata/sdk-model > ShareStatus
ShareStatus type
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.
Object share status
Signature:
export type ShareStatus = "private" | "shared" | "public";
Remarks
private - object accessible only by its creator shared - object shared with closed set of users/groups public - accessible by everyone in project