cloudLogonRequestEvidence リソースの種類
名前空間: microsoft.graph.security
アカウントのクラウド サインイン要求を表します。
alertEvidence から継承します。
プロパティ
プロパティ | 種類 | 説明 |
---|---|---|
requestId | String | サインイン要求の一意識別子。 |
リレーションシップ
なし。
JSON 表記
次の JSON 表現は、リソースの種類を示しています。
{
"@odata.type": "#microsoft.graph.security.cloudLogonRequestEvidence",
"createdDateTime": "String (timestamp)",
"verdict": "String",
"remediationStatus": "String",
"remediationStatusDetails": "String",
"roles": [
"String"
],
"tags": [
"String"
],
"requestId": "String"
}