AccessControlRules 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.
This is the Access Control Rules specification for an inVMAccessControlProfile version.
public class AccessControlRules
type AccessControlRules = class
Public Class AccessControlRules
- Inheritance
-
AccessControlRules
Constructors
| AccessControlRules() |
Initializes a new instance of the AccessControlRules class. |
| AccessControlRules(IList<AccessControlRulesPrivilege>, IList<AccessControlRulesRole>, IList<AccessControlRulesIdentity>, IList<AccessControlRulesRoleAssignment>) |
Initializes a new instance of the AccessControlRules class. |
Properties
| Identities |
Gets or sets a list of identities. |
| Privileges |
Gets or sets a list of privileges. |
| RoleAssignments |
Gets or sets a list of role assignments. |
| Roles |
Gets or sets a list of roles. |