invalidUserList property
A list of users or groups in the Active Directory that are not allowed to
access the file share. A group must be prefixed with the @ character.
Acceptable formats include: DOMAIN\User1
, user1
,
@group1
, and @DOMAIN\group1
. Can only be set if
Authentication is set to ActiveDirectory
.
Implementation
final List<String>? invalidUserList;