RoleManagementAlertConfigurationProperties Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Alert configuration properties. Please note this is the abstract base class. The derived classes available for instantiation are: AzureRolesAssignedOutsidePimAlertConfigurationProperties, DuplicateRoleCreatedAlertConfigurationProperties, TooManyOwnersAssignedToResourceAlertConfigurationProperties, and TooManyPermanentOwnersAssignedToResourceAlertConfigurationProperties.
[System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Authorization.Models.UnknownRoleManagementAlertConfigurationProperties))]
public abstract class RoleManagementAlertConfigurationProperties : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.Authorization.Models.RoleManagementAlertConfigurationProperties>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.Authorization.Models.RoleManagementAlertConfigurationProperties>
[<System.ClientModel.Primitives.PersistableModelProxy(typeof(Azure.ResourceManager.Authorization.Models.UnknownRoleManagementAlertConfigurationProperties))>]
type RoleManagementAlertConfigurationProperties = class
interface IJsonModel<RoleManagementAlertConfigurationProperties>
interface IPersistableModel<RoleManagementAlertConfigurationProperties>
Public MustInherit Class RoleManagementAlertConfigurationProperties
Implements IJsonModel(Of RoleManagementAlertConfigurationProperties), IPersistableModel(Of RoleManagementAlertConfigurationProperties)
- Inheritance
-
RoleManagementAlertConfigurationProperties
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| AlertDefinition |
The alert definition. |
| AlertDefinitionId |
The alert definition ID. |
| IsEnabled |
True if the alert is enabled, false will disable the scanning for the specific alert. |
| Scope |
The alert scope. |