@inrupt/solid-client
    Preparing search index...

    Function getFallbackAcl

    • function is still experimental and subject to change, even in a non-major release.
      

      Returns the fallback ACL (Access Control List) attached to a Resource.

      If the Resource has a fallback ACL attached and is accessible by the user (see [[hasFallbackAcl]]), the function returns the fallback ACL. If the Resource does not hava a fallback ACL attached or is inaccessible by the user, the function returns null.

      Parameters

      • resource: WithFallbackAcl

        A Resource with potentially a fallback ACL attached.

      Returns AclDataset

      The fallback ACL if available or null if not.

    • function is still experimental and subject to change, even in a non-major release.
      

      Returns the fallback ACL (Access Control List) attached to a Resource.

      If the Resource has a fallback ACL attached and is accessible by the user (see [[hasFallbackAcl]]), the function returns the fallback ACL. If the Resource does not hava a fallback ACL attached or is inaccessible by the user, the function returns null.

      Parameters

      • dataset: WithAcl

      Returns null | AclDataset

      The fallback ACL if available or null if not.