ReplacePrivilegesRoleRequest Class
Specifies the parameters needed to replace the privilege set of an existing role.
The ReplacePrivilegesRoleRequest class inherits from Request. It exposes the following members.
Constructor | Description |
ReplacePrivilegesRoleRequest | Initializes a new instance of the ReplacePrivilegesRoleRequest class. |
Field | Description |
Privileges | Specifies an array that contains the IDs and depths of the privileges to be replaced. |
RoleId | Specifies the ID of the role for which the privileges are to be replaced. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also