Class EntraRolePimNotificationRule
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a PIM (Privileged Identity Management) notification rule.
public class EntraRolePimNotificationRule : BaseTypeSection, IComparable<EntraRolePimNotificationRule>
- Inheritance
-
EntraRolePimNotificationRule
- Implements
Constructors
EntraRolePimNotificationRule()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraRolePimNotificationRule class.
public EntraRolePimNotificationRule()
Properties
AdditionalRecipients
Gets or sets the additional recipients.
public SerializableStringCollection AdditionalRecipients { get; set; }
Property Value
- SerializableStringCollection
IncludeDefaultRecipients
Gets or sets whether the default recipient is enabled.
public BooleanOption IncludeDefaultRecipients { get; set; }
Property Value
NotificationLevel
Gets or sets the notification rule level.
public EntraRolePimNotificationRuleLevel NotificationLevel { get; set; }
Property Value
RuleType
Gets or sets the notification rule type.
public EntraRolePimNotificationRuleType RuleType { get; set; }
Property Value
RuleTypeDisplayName
Gets the rule type display name.
public string RuleTypeDisplayName { get; set; }
Property Value
Methods
CompareTo(EntraRolePimNotificationRule)
Compares two CENTREL.XIA.Configuration.Types.EntraRolePimNotificationRule objects to allow sorting alphabetically by rule type display name.
public int CompareTo(EntraRolePimNotificationRule other)
Parameters
otherEntraRolePimNotificationRuleThe CENTREL.XIA.Configuration.Types.EntraRolePimNotificationRule to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.EntraRolePimNotificationRule objects.
ToString()
Returns the PIM (Privileged Identity Management) notification rule as a human readable string.
public override string ToString()
Returns
- string
The PIM (Privileged Identity Management) notification rule as a human readable string.