RevokeAccessRequest Class

banner art

Specifies the parameters needed to revokes the access rights of a security principal (user or team) to an entity instance.

The RevokeAccessRequest class inherits from Request. It exposes the following members.

Constructor Description
RevokeAccessRequest Initializes a new instance of the RevokeAccessRequest class.
Field Description
Revokee Specifies a security principal (team or user) whose access will be revoked.
Target Specifies the target of the revoke access action.

Remarks

Pass an instance of this class as the request parameter in the Execute method.

For a description of how actions on a parent instance affect child instances, see Cascading Rules.

See Also

© 2007 Microsoft Corporation. All rights reserved.