$hasDirectUserAccess

Examines if the given accesses are granted for the current user on the current branch.
Syntax
    $hasDirectUserAccess{access_value_1}{access_value_2} ... {access_value_n}
DocumentationExamines if the given accesses are granted for the current user on the current branch:

    Parameters:
      access_value_1 through access_value_n, the names of the accesses to examine if granted for the current user on the current branch.
    Returns:
      1 if and only if all given accesses are granted for the current user on the current branch; 0 otherwise.
    Throws:
      java.lang.IllegalArgumentException if any of the given access names does not exist.
Examples
GroupSecurity
Minimum required transaction-mode:READ
Required scripting permission of the developerPERMISSION_FL_BASIC
Minimum parameters1
Maximum parameters <unlimited>