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

    Function getGroupResourceAccess

    • 
      

      Returns the Access Modes explicitly granted to a 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 the Group for the child Resources if the associated Resource is a Container (see [[getGroupDefaultAccess]] instead).

      Parameters

      • aclDataset: AclDataset

        The SolidDataset that contains Access Control List rules.

      • group: string

        URL of the Group for which to retrieve what access it has to the Resource.

      Returns Access

      Access Modes explicitly granted to a Group for the Resource associated with an ACL.