次の方法で共有


LocalUserNotAllowed クラス

定義

許可されていないローカル ユーザーによるログイン。 許可リストは、許可するログイン名で構成されます。

public class LocalUserNotAllowed : Azure.ResourceManager.SecurityCenter.Models.AllowlistCustomAlertRule
type LocalUserNotAllowed = class
    inherit AllowlistCustomAlertRule
Public Class LocalUserNotAllowed
Inherits AllowlistCustomAlertRule
継承

コンストラクター

LocalUserNotAllowed(Boolean, IEnumerable<String>)

LocalUserNotAllowed の新しいインスタンスを初期化します。

プロパティ

AllowlistValues

許可する値。 値の形式は、ルールの種類によって異なります。

(継承元 AllowlistCustomAlertRule)
Description

カスタム アラートの説明。

(継承元 CustomAlertRule)
DisplayName

カスタム アラートの表示名。

(継承元 CustomAlertRule)
IsEnabled

カスタム アラートの状態。

(継承元 CustomAlertRule)
ValueType

リスト内の項目の値の型。

(継承元 ListCustomAlertRule)

適用対象