DynamicDistributionGroup ModeratorExemptions Property DRA REST Extensions SDK
The list of user accounts that do not need moderator approval to send to this group. Specify the distinguished name for each user. If the user does not have an email address, the server will not add the user to the ModeratorExemptions list.

Namespace: NetIQ.DRA.Common.Rest.DataModels
Assembly: NetIQ.DRA.Common.Rest.Api (in NetIQ.DRA.Common.Rest.Api.dll) Version: 0.0.0.0
Syntax

[DataMemberAttribute(Name = "moderatorExemptions")]
public string[] ModeratorExemptions { get; set; }

Property Value

Type:  OnlineString 
See Also