RolePrivilegeAuditDetail Class

Definition

Represents audited changes to the privileges of a security role.

public ref class RolePrivilegeAuditDetail sealed : Microsoft::Crm::Sdk::Messages::AuditDetail
[System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")]
public sealed class RolePrivilegeAuditDetail : Microsoft.Crm.Sdk.Messages.AuditDetail
[<System.Runtime.Serialization.DataContract(Namespace="http://schemas.microsoft.com/crm/2011/Contracts")>]
type RolePrivilegeAuditDetail = class
    inherit AuditDetail
Public NotInheritable Class RolePrivilegeAuditDetail
Inherits AuditDetail
Inheritance
RolePrivilegeAuditDetail
Attributes

Constructors

RolePrivilegeAuditDetail()

Initializes a new instance of the RolePrivilegeAuditDetail class.

Properties

AuditRecord

Gets or sets the related Audit record that contains the change details.

(Inherited from AuditDetail)
ExtensionData

Gets or sets the structure that contains extra data. Optional.

(Inherited from AuditDetail)
InvalidNewPrivileges

Gets the collection of invalid privileges for the role.

NewRolePrivileges

Gets or sets the role's new privileges.

OldRolePrivileges

Gets or sets the role's old privileges.

Applies to