Class AclRule.ScopeData
The scope of the rule.
public class AclRule.ScopeData
- Inheritance
-
AclRule.ScopeData
- Inherited Members
Constructors
ScopeData()
public ScopeData()
Properties
Type
The type of the scope. Possible values are: - "default" - The public scope. This is the default value. - "user" - Limits the scope to a single user. - "group" - Limits the scope to a group. - "domain" - Limits the scope to a domain. Note: The permissions granted to the "default", or public, scope apply to any user, authenticated or not.
public virtual string Type { get; set; }
Property Value
Value
The email address of a user or group, or the name of a domain, depending on the scope type. Omitted for type "default".
public virtual string Value { get; set; }