Class AclScope

AclScope class

The scope of the access rule.

public class AclScope

Constructors

NameDescription
AclScope()Initializes a new instance of the AclScope class.
AclScope(AclScopeType, string)Initializes a new instance of the AclScope class.

Properties

NameDescription
Type { get; set; }The type of the ACL scope.
Value { get; set; }The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type “default”.

See Also