LocalUserNotAllowed interface

Login by a local user that isn't allowed. Allow list consists of login names to allow.

Extends

Properties

ruleType

Polymorphic discriminator, which specifies the different types this object can be

Inherited Properties

allowlistValues

The values to allow. The format of the values depends on the rule type.

description

The description of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.

displayName

The display name of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.

isEnabled

Status of the custom alert.

valueType

The value type of the items in the list. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

ruleType

Polymorphic discriminator, which specifies the different types this object can be

ruleType: "LocalUserNotAllowed"

Property Value

"LocalUserNotAllowed"

Inherited Property Details

allowlistValues

The values to allow. The format of the values depends on the rule type.

allowlistValues: string[]

Property Value

string[]

Inherited From AllowlistCustomAlertRule.allowlistValues

description

The description of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.

description?: string

Property Value

string

Inherited From AllowlistCustomAlertRule.description

displayName

The display name of the custom alert. NOTE: This property will not be serialized. It can only be populated by the server.

displayName?: string

Property Value

string

Inherited From AllowlistCustomAlertRule.displayName

isEnabled

Status of the custom alert.

isEnabled: boolean

Property Value

boolean

Inherited From AllowlistCustomAlertRule.isEnabled

valueType

The value type of the items in the list. NOTE: This property will not be serialized. It can only be populated by the server.

valueType?: string

Property Value

string

Inherited From AllowlistCustomAlertRule.valueType