isUnderStrictControl
Home > @gooddata/sdk-model > IAccessControlAware > isUnderStrictControl
IAccessControlAware.isUnderStrictControl property
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.
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.
Signature:
readonly isUnderStrictControl?: boolean;