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

    Function getAgentDefaultAccess

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

      Returns an Agent's Access Modes explicitly granted for the children of the Container associated with the given ACL (Access Control List).

      The function does not return:

      • Access Modes granted indirectly to the Agent through other ACL rules, e.g. public or group-specific permissions.
      • Access Modes granted to the Agent for the Container Resource itself (see [[getAgentResourceAccess]] instead).

      Parameters

      • aclDataset: AclDataset

        The SolidDataset that contains Access-Control List rules for a certain Container.

      • agent: string

        WebID of the Agent for which to retrieve what access it has to the Container's children.

      Returns Access

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