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

    Function getGroupDefaultAccess

    • 
      

      Returns a Group's Access Modes explicitly granted for the children of the Container associated with an ACL (Access ControlList).

      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 Container Resource itself (see [[getGroupResourceAccess]] instead).

      Parameters

      • aclDataset: AclDataset

        The SolidDataset that contains ACL rules for a certain Container.

      • group: string

        URL of the Group for which to retrieve what access it has to the child Resources of the given Container.

      Returns Access

      Access Modes that have been explicitly granted to the Group for the children of the Container associated with the given ACL.