Dela via


New-AzDeviceSecurityGroupAllowlistCustomAlertRuleObject

Skapa en ny anpassad aviseringsregel för tillåtna listor för enhetssäkerhetsgrupp (IoT-säkerhet)

Syntax

New-AzDeviceSecurityGroupAllowlistCustomAlertRuleObject
   -Enabled <Boolean>
   -Type <String>
   -AllowlistValue <String[]>
   [-DefaultProfile <IAzureContextContainer>]
   [<CommonParameters>]

Description

Cmdleten New-AzDeviceSecurityGroupAllowlistCustomAlertRuleObject skapar en ny lista över tillåtna anpassade aviseringsregler för enhetssäkerhetsgrupp i IoT-säkerhetslösningen.

Exempel

Exempel 1

New-AzDeviceSecurityGroupAllowlistCustomAlertRuleObject -Enabled $false -Type "LocalUserNotAllowed" -AllowlistValue @()

RuleType: "LocalUserNotAllowed"
DisplayName: "Login by a local user that isn't allowed"
Description: "Get an alert when a local user that isn't allowed logins to the device"
IsEnabled: false
ValueType: "String"
AllowlistValues: []

Skapa en ny anpassad aviserings rull för listan över tillåtna listor från typen "LocalUserNotAllowed" med status inställd på att inaktivera

Parametrar

-AllowlistValue

Tillåt listvärden.

Typ:String[]
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-DefaultProfile

Autentiseringsuppgifter, konto, klientorganisation och prenumeration som används för kommunikation med Azure.

Typ:IAzureContextContainer
Alias:AzContext, AzureRmContext, AzureCredential
Position:Named
Standardvärde:None
Obligatorisk:False
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-Enabled

Är regeln aktiverad.

Typ:Boolean
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

-Type

Regeltyp.

Typ:String
Position:Named
Standardvärde:None
Obligatorisk:True
Godkänn pipeline-indata:False
Godkänn jokertecken:False

Indata

None

Utdata

PSAllowlistCustomAlertRule