Share via


SecurityLog.TagPasswordHistoryLengthSet フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.

管理者がパスワード履歴の長さを設定したことを示します。

[Android.Runtime.Register("TAG_PASSWORD_HISTORY_LENGTH_SET", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)]
public const Android.App.Admin.SecurityLogTags TagPasswordHistoryLengthSet = 210018;
[<Android.Runtime.Register("TAG_PASSWORD_HISTORY_LENGTH_SET", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.App.Admin.SecurityLogTags enum directly instead of this field.", true)>]
val mutable TagPasswordHistoryLengthSet : Android.App.Admin.SecurityLogTags

フィールド値

Value = 210018
属性

注釈

管理者がパスワード履歴の長さを設定したことを示します。 ログ エントリには、配列にObjectカプセル化されたイベントに関する次の情報が含まれています。li> [0] admin package name (String) <li> [1] admin user ID (Integer) <li> [2] target user ID (Integer) <li> [3] new password history length value () をInteger使用してSecurityEvent#getData()<アクセスできます。

の Java ドキュメント android.app.admin.SecurityLog.TAG_PASSWORD_HISTORY_LENGTH_SET

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象