userSecurityState リソースの種類

名前空間: microsoft.graph

ユーザー アカウントに関するステートフルな情報が含まれます。

プロパティ

プロパティ 説明
aadUserId 文字列 AAD User オブジェクト識別子 (GUID) - 物理/マルチアカウント ユーザー エンティティを表します。
accountName 文字列 ユーザー アカウントのアカウント名 (Active Directory ドメインまたは DNS ドメインなし) - (とも呼ばれます mailNickName)。
domainName 文字列 ユーザー アカウントの NetBIOS/Active Directory ドメイン (つまり、domain\account 形式)。
emailRole emailRole 電子メール関連のアラートの場合 - ユーザー アカウントの電子メール 'ロール'。 可能な値は unknownsenderrecipient です。
isVpn ブール型 ユーザーが VPN 経由でログオンしたかどうかを示します。
logonDateTime DateTimeOffset サインインが発生した時刻。 Timestamp 型は、ISO 8601 形式を使用して日付と時刻の情報を表し、常に UTC 時間です。 たとえば、2014 年 1 月 1 日午前 0 時 (UTC) は、2014-01-01T00:00:00Z です。
logonId 文字列 ユーザー サインイン ID。
logonIp 文字列 サインイン要求の送信元の IP アドレス。
logonLocation 文字列 このユーザーによるユーザー サインイン イベントに関連付けられた場所 (IP アドレス マッピングによる)。
logonType logonType ユーザー サインインのメソッド。 使用可能な値: unknowninteractiveremoteInteractivenetworkbatchservice
onPremisesSecurityIdentifier String ユーザーの Active Directory (オンプレミス) セキュリティ識別子 (SID)。
riskScore 文字列 ユーザー アカウントのプロバイダー生成/計算されたリスク スコア。 推奨値の範囲は 0 から 1 です。これはパーセンテージに相当します。
userAccountType userAccountSecurityType Windows 定義ごとのユーザー アカウントの種類 (グループ メンバーシップ)。 使用可能な値: unknownstandardpoweradministrator
userPrincipalName String ユーザー サインイン名 - インターネット形式: (ユーザー アカウント名)@(ユーザー アカウント DNS ドメイン名)。

JSON 表記

リソースの JSON 表記を次に示します。

{
  "aadUserId": "String",
  "accountName": "String",
  "domainName": "String",
  "emailRole": "@odata.type: microsoft.graph.emailRole",
  "isVpn": true,
  "logonDateTime": "String (timestamp)",
  "logonId": "String",
  "logonIp": "String",
  "logonLocation": "String",
  "logonType": "@odata.type: microsoft.graph.logonType",
  "onPremisesSecurityIdentifier": "String",
  "riskScore": "String",
  "userAccountType": "@odata.type: microsoft.graph.userAccountSecurityType",
  "userPrincipalName": "String"
}