Enum AclScopeType

AclScopeType enumeration

The type of the ACL scope.

public enum AclScopeType

Values

NameValueDescription
Default0The public scope. This is the default value.
user1Limits the scope to a single user.
group2Limits the scope to a group.
domain3Limits the scope to a domain.

See Also