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

    Function getGroupResourceAccessAll

    • 
      

      Returns the explicitly granted Access Modes per Group for the Resource associated with an ACL (Access Control List).

      The function does not return:

      • Access Modes granted indirectly to the Group through other ACL rules, e.g., public permissions.
      • Access Modes granted to Groups for the child Resources if the associated Resource is a Container.

      Parameters

      • aclDataset: AclDataset

        The SolidDataset that contains Access Control List rules.

      Returns Record<UrlString, Access>

      Access Modes per Group that have been explicitly granted for the Resource associated with an ACL.