RolePrivilegeAuditDetail ComplexType
Represents audited changes to the privileges of a security role.
- Base Type
- AuditDetail
Properties
The properties of a complex type contain the structured data of the type.
| Name | Type | Details |
|---|---|---|
| OldRolePrivileges | Collection( RolePrivilege ) |
The role’s old privileges. |
| NewRolePrivileges | Collection( RolePrivilege ) |
The role’s new privileges. |
| InvalidNewPrivileges | Collection( Edm.Guid ) |
A collection of invalid privileges for the role. |