LocalUserNotAllowed 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.
Login by a local user that isn't allowed. Allow list consists of login names to allow.
public class LocalUserNotAllowed : Azure.ResourceManager.SecurityCenter.Models.AllowlistCustomAlertRule
public class LocalUserNotAllowed : Azure.ResourceManager.SecurityCenter.Models.AllowlistCustomAlertRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.SecurityCenter.Models.LocalUserNotAllowed>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.SecurityCenter.Models.LocalUserNotAllowed>
type LocalUserNotAllowed = class
inherit AllowlistCustomAlertRule
type LocalUserNotAllowed = class
inherit AllowlistCustomAlertRule
interface IJsonModel<LocalUserNotAllowed>
interface IPersistableModel<LocalUserNotAllowed>
Public Class LocalUserNotAllowed
Inherits AllowlistCustomAlertRule
Public Class LocalUserNotAllowed
Inherits AllowlistCustomAlertRule
Implements IJsonModel(Of LocalUserNotAllowed), IPersistableModel(Of LocalUserNotAllowed)
- Inheritance
- Implements
Constructors
LocalUserNotAllowed(Boolean, IEnumerable<String>) |
Initializes a new instance of LocalUserNotAllowed. |
Properties
AllowlistValues |
The values to allow. The format of the values depends on the rule type. (Inherited from AllowlistCustomAlertRule) |
Description |
The description of the custom alert. (Inherited from CustomAlertRule) |
DisplayName |
The display name of the custom alert. (Inherited from CustomAlertRule) |
IsEnabled |
Status of the custom alert. (Inherited from CustomAlertRule) |
ValueType |
The value type of the items in the list. (Inherited from ListCustomAlertRule) |
Explicit Interface Implementations
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET