IAccessControlAware
Home > @gooddata/sdk-model > IAccessControlAware
IAccessControlAware interface
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.
Common properties for objects with controlled access
Signature:
export interface IAccessControlAware
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
isLocked? | readonly | boolean | (ALPHA) (Optional) When object is locked, no one other than the administrator can edit it |
isUnderStrictControl? | readonly | boolean | (ALPHA) (Optional) For backends NOT forcing strict access this prop reflects its current setting of strict access If set to true then object is not accessible via its URI for people without access rights. Otherwise object is accessible by its URI, eg. when drilling to it. |
shareStatus | readonly | ShareStatus | (ALPHA) Current object share status. This prop is affecting listing of object and access to it for different users |