ホーム › Security.Authentication.Identity › POLICY_NOTIFICATION_INFORMATION_CLASS
POLICY_NOTIFICATION_INFORMATION_CLASS
列挙型メンバー 9
| 名前 | 10進 | 16進 | 説明 |
|---|---|---|---|
| PolicyNotifyAuditEventsInformation | 1 | 0x1 | 監査対象のカテゴリのいずれかが変更されたときに通知します。 |
| PolicyNotifyAccountDomainInformation | 2 | 0x2 | アカウントドメイン情報が変更されたときに通知します。 |
| PolicyNotifyServerRoleInformation | 3 | 0x3 | LSA サーバーの役割がプライマリからバックアップへ、またはその逆に変更されたときに通知します。 |
| PolicyNotifyDnsDomainInformation | 4 | 0x4 | DNS ドメイン情報が変更されたとき、またはプライマリドメイン情報が変更されたときに通知します。 |
| PolicyNotifyDomainEfsInformation | 5 | 0x5 | 暗号化ファイルシステム (EFS) のドメイン情報が変更されたときに通知します。 |
| PolicyNotifyDomainKerberosTicketInformation | 6 | 0x6 | ドメインの Kerberos チケットが変更されたときに通知します。 |
| PolicyNotifyMachineAccountPasswordInformation | 7 | 0x7 | マシンアカウントのパスワードが変更されたときに通知します。 |
| PolicyNotifyGlobalSaclInformation | 8 | 0x8 | |
| PolicyNotifyMax | 9 | 0x9 |
公式ドキュメント
POLICY_NOTIFICATION_INFORMATION_CLASS 列挙型は、アプリケーションが変更の通知を要求できるポリシー情報およびポリシードメイン情報の種類を定義します。
出典・ライセンス: 上記「公式ドキュメント」の内容は Microsoft の Win32 API ドキュメント(MicrosoftDocs/sdk-api)を日本語に翻訳・改変したものです。© Microsoft Corporation. CC BY 4.0 で提供。
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
Microsoft 公式リファレンス: 英語 (en-us) · 日本語 (ja-jp) · 原文ソース (GitHub)
各言語での定義
列挙メンバーの定義。HSP タブは #define global(値は16進)。
typedef enum POLICY_NOTIFICATION_INFORMATION_CLASS : int {
PolicyNotifyAuditEventsInformation = 1,
PolicyNotifyAccountDomainInformation = 2,
PolicyNotifyServerRoleInformation = 3,
PolicyNotifyDnsDomainInformation = 4,
PolicyNotifyDomainEfsInformation = 5,
PolicyNotifyDomainKerberosTicketInformation = 6,
PolicyNotifyMachineAccountPasswordInformation = 7,
PolicyNotifyGlobalSaclInformation = 8,
PolicyNotifyMax = 9
} POLICY_NOTIFICATION_INFORMATION_CLASS;public enum POLICY_NOTIFICATION_INFORMATION_CLASS : int
{
PolicyNotifyAuditEventsInformation = 1,
PolicyNotifyAccountDomainInformation = 2,
PolicyNotifyServerRoleInformation = 3,
PolicyNotifyDnsDomainInformation = 4,
PolicyNotifyDomainEfsInformation = 5,
PolicyNotifyDomainKerberosTicketInformation = 6,
PolicyNotifyMachineAccountPasswordInformation = 7,
PolicyNotifyGlobalSaclInformation = 8,
PolicyNotifyMax = 9,
}Public Enum POLICY_NOTIFICATION_INFORMATION_CLASS As Integer
PolicyNotifyAuditEventsInformation = 1
PolicyNotifyAccountDomainInformation = 2
PolicyNotifyServerRoleInformation = 3
PolicyNotifyDnsDomainInformation = 4
PolicyNotifyDomainEfsInformation = 5
PolicyNotifyDomainKerberosTicketInformation = 6
PolicyNotifyMachineAccountPasswordInformation = 7
PolicyNotifyGlobalSaclInformation = 8
PolicyNotifyMax = 9
End Enumimport enum
class POLICY_NOTIFICATION_INFORMATION_CLASS(enum.IntEnum):
PolicyNotifyAuditEventsInformation = 1
PolicyNotifyAccountDomainInformation = 2
PolicyNotifyServerRoleInformation = 3
PolicyNotifyDnsDomainInformation = 4
PolicyNotifyDomainEfsInformation = 5
PolicyNotifyDomainKerberosTicketInformation = 6
PolicyNotifyMachineAccountPasswordInformation = 7
PolicyNotifyGlobalSaclInformation = 8
PolicyNotifyMax = 9// POLICY_NOTIFICATION_INFORMATION_CLASS
pub const PolicyNotifyAuditEventsInformation: i32 = 1;
pub const PolicyNotifyAccountDomainInformation: i32 = 2;
pub const PolicyNotifyServerRoleInformation: i32 = 3;
pub const PolicyNotifyDnsDomainInformation: i32 = 4;
pub const PolicyNotifyDomainEfsInformation: i32 = 5;
pub const PolicyNotifyDomainKerberosTicketInformation: i32 = 6;
pub const PolicyNotifyMachineAccountPasswordInformation: i32 = 7;
pub const PolicyNotifyGlobalSaclInformation: i32 = 8;
pub const PolicyNotifyMax: i32 = 9;// POLICY_NOTIFICATION_INFORMATION_CLASS
const (
PolicyNotifyAuditEventsInformation int32 = 1
PolicyNotifyAccountDomainInformation int32 = 2
PolicyNotifyServerRoleInformation int32 = 3
PolicyNotifyDnsDomainInformation int32 = 4
PolicyNotifyDomainEfsInformation int32 = 5
PolicyNotifyDomainKerberosTicketInformation int32 = 6
PolicyNotifyMachineAccountPasswordInformation int32 = 7
PolicyNotifyGlobalSaclInformation int32 = 8
PolicyNotifyMax int32 = 9
)const
PolicyNotifyAuditEventsInformation = 1;
PolicyNotifyAccountDomainInformation = 2;
PolicyNotifyServerRoleInformation = 3;
PolicyNotifyDnsDomainInformation = 4;
PolicyNotifyDomainEfsInformation = 5;
PolicyNotifyDomainKerberosTicketInformation = 6;
PolicyNotifyMachineAccountPasswordInformation = 7;
PolicyNotifyGlobalSaclInformation = 8;
PolicyNotifyMax = 9;// POLICY_NOTIFICATION_INFORMATION_CLASS
pub const PolicyNotifyAuditEventsInformation: i32 = 1;
pub const PolicyNotifyAccountDomainInformation: i32 = 2;
pub const PolicyNotifyServerRoleInformation: i32 = 3;
pub const PolicyNotifyDnsDomainInformation: i32 = 4;
pub const PolicyNotifyDomainEfsInformation: i32 = 5;
pub const PolicyNotifyDomainKerberosTicketInformation: i32 = 6;
pub const PolicyNotifyMachineAccountPasswordInformation: i32 = 7;
pub const PolicyNotifyGlobalSaclInformation: i32 = 8;
pub const PolicyNotifyMax: i32 = 9;const
PolicyNotifyAuditEventsInformation* = 1
PolicyNotifyAccountDomainInformation* = 2
PolicyNotifyServerRoleInformation* = 3
PolicyNotifyDnsDomainInformation* = 4
PolicyNotifyDomainEfsInformation* = 5
PolicyNotifyDomainKerberosTicketInformation* = 6
PolicyNotifyMachineAccountPasswordInformation* = 7
PolicyNotifyGlobalSaclInformation* = 8
PolicyNotifyMax* = 9enum POLICY_NOTIFICATION_INFORMATION_CLASS : int {
PolicyNotifyAuditEventsInformation = 1,
PolicyNotifyAccountDomainInformation = 2,
PolicyNotifyServerRoleInformation = 3,
PolicyNotifyDnsDomainInformation = 4,
PolicyNotifyDomainEfsInformation = 5,
PolicyNotifyDomainKerberosTicketInformation = 6,
PolicyNotifyMachineAccountPasswordInformation = 7,
PolicyNotifyGlobalSaclInformation = 8,
PolicyNotifyMax = 9,
}#define global PolicyNotifyAuditEventsInformation 0x1
#define global PolicyNotifyAccountDomainInformation 0x2
#define global PolicyNotifyServerRoleInformation 0x3
#define global PolicyNotifyDnsDomainInformation 0x4
#define global PolicyNotifyDomainEfsInformation 0x5
#define global PolicyNotifyDomainKerberosTicketInformation 0x6
#define global PolicyNotifyMachineAccountPasswordInformation 0x7
#define global PolicyNotifyGlobalSaclInformation 0x8
#define global PolicyNotifyMax 0x9