AccessControlRulesPrivilege Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties of an Access Control Rule Privilege.
public class AccessControlRulesPrivilege
type AccessControlRulesPrivilege = class
Public Class AccessControlRulesPrivilege
- Inheritance
-
AccessControlRulesPrivilege
Constructors
| Name | Description |
|---|---|
| AccessControlRulesPrivilege() |
Initializes a new instance of the AccessControlRulesPrivilege class. |
| AccessControlRulesPrivilege(String, String, IDictionary<String,String>) |
Initializes a new instance of the AccessControlRulesPrivilege class. |
Properties
| Name | Description |
|---|---|
| Name |
Gets or sets the name of the privilege. |
| Path |
Gets or sets the HTTP path corresponding to the privilege. |
| QueryParameters |
Gets or sets the query parameters to match in the path. |
Methods
| Name | Description |
|---|---|
| Validate() |
Validate the object. |