RemovePrivilegeRoleRequest Class
Specifies the parameters needed to remove a privilege from an existing role.
The RemovePrivilegeRoleRequest class inherits from Request. It exposes the following members.
Constructor | Description |
RemovePrivilegeRoleRequest | Initializes a new instance of the RemovePrivilegeRoleRequest class. |
Field | Description |
PrivilegeId | Specifies the ID of the privilege that is to be removed from the existing role. |
RoleId | Specifies the ID of the role from which the privilege is to be removed. |
Remarks
Pass an instance of this class as the request parameter in the Execute method.
See Also