Class EntraRolePimNotificationTrigger
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents an Entra role PIM (Privileged Identity Management) notification trigger.
public class EntraRolePimNotificationTrigger : BaseTypeSection, IComparable<EntraRolePimNotificationTrigger>
- Inheritance
-
EntraRolePimNotificationTrigger
- Implements
Constructors
EntraRolePimNotificationTrigger()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraRolePimNotificationTrigger class.
public EntraRolePimNotificationTrigger()
Properties
Rules
Gets or sets the rules that apply to the trigger.
public EntraRolePimNotificationRules Rules { get; set; }
Property Value
TriggerType
Gets or sets the trigger type.
public EntraRolePimNotificationTriggerType TriggerType { get; set; }
Property Value
TriggerTypeDisplayName
Gets the trigger type display name.
public string TriggerTypeDisplayName { get; set; }
Property Value
Methods
CompareTo(EntraRolePimNotificationTrigger)
Compares two CENTREL.XIA.Configuration.Types.EntraRolePimNotificationTrigger objects to allow sorting alphabetically by trigger type display name.
public int CompareTo(EntraRolePimNotificationTrigger other)
Parameters
otherEntraRolePimNotificationTriggerThe CENTREL.XIA.Configuration.Types.EntraRolePimNotificationTrigger to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.EntraRolePimNotificationTrigger objects.
ToString()
Returns the trigger as a human readable string.
public override string ToString()
Returns
- string
The trigger as a human readable string.