DuplicateRoleCreatedAlertIncidentProperties interface
Duplicate role created alert incident properties.
- Extends
Properties
| alert |
Polymorphic discriminator, which specifies the different types this object can be |
| duplicate |
The duplicate roles. NOTE: This property will not be serialized. It can only be populated by the server. |
| reason | The reason for the incident. NOTE: This property will not be serialized. It can only be populated by the server. |
| role |
The role name. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
alertIncidentType
Polymorphic discriminator, which specifies the different types this object can be
alertIncidentType: "DuplicateRoleCreatedAlertIncident"
Property Value
"DuplicateRoleCreatedAlertIncident"
duplicateRoles
The duplicate roles. NOTE: This property will not be serialized. It can only be populated by the server.
duplicateRoles?: string
Property Value
string
reason
The reason for the incident. NOTE: This property will not be serialized. It can only be populated by the server.
reason?: string
Property Value
string
roleName
The role name. NOTE: This property will not be serialized. It can only be populated by the server.
roleName?: string
Property Value
string