DuplicateRoleCreatedAlertConfigurationProperties interface
The duplicate role created alert configuration.
- Extends
Properties
| alert |
Polymorphic discriminator, which specifies the different types this object can be |
Inherited Properties
| alert |
The alert definition. NOTE: This property will not be serialized. It can only be populated by the server. |
| alert |
The alert definition ID. NOTE: This property will not be serialized. It can only be populated by the server. |
| is |
True if the alert is enabled, false will disable the scanning for the specific alert. |
| scope | The alert scope. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
alertConfigurationType
Polymorphic discriminator, which specifies the different types this object can be
alertConfigurationType: "DuplicateRoleCreatedAlertConfiguration"
Property Value
"DuplicateRoleCreatedAlertConfiguration"
Inherited Property Details
alertDefinition
The alert definition. NOTE: This property will not be serialized. It can only be populated by the server.
alertDefinition?: AlertDefinition
Property Value
Inherited From AlertConfigurationProperties.alertDefinition
alertDefinitionId
The alert definition ID. NOTE: This property will not be serialized. It can only be populated by the server.
alertDefinitionId?: string
Property Value
string
Inherited From AlertConfigurationProperties.alertDefinitionId
isEnabled
True if the alert is enabled, false will disable the scanning for the specific alert.
isEnabled?: boolean
Property Value
boolean
Inherited From AlertConfigurationProperties.isEnabled
scope
The alert scope. NOTE: This property will not be serialized. It can only be populated by the server.
scope?: string
Property Value
string
Inherited From AlertConfigurationProperties.scope