Check whether a given Access Grant applies recursively to child resources or not.
The Access Grant/Request
true if the Grant applies to contained resources, false otherwise.
const isInherited = getInherit(accessGrant); Copy
const isInherited = getInherit(accessGrant);
Check whether a given Access Grant applies recursively to child resources or not.