Table of Contents

Class EntraRolePimNotificationTriggers

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents Entra role PIM (Privileged Identity Management) notification triggers.

public class EntraRolePimNotificationTriggers : BaseTypeSection
Inheritance
EntraRolePimNotificationTriggers

Constructors

EntraRolePimNotificationTriggers()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.EntraRolePimNotificationTriggers class.

public EntraRolePimNotificationTriggers()

Properties

Items

Gets or sets the items in the collection.

public EntraRolePimNotificationTriggerCollection Items { get; set; }

Property Value

EntraRolePimNotificationTriggerCollection

Methods

ToString()

Returns the triggers as a human readable string.

public override string ToString()

Returns

string

The triggers as a human readable string.