Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register nowThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Namespace: microsoft.graph.security
Represents a cloud sign-in session created by an account.
Inherits from alertEvidence.
Property | Type | Description |
---|---|---|
sessionId | String | The session ID for the account reported in the alert. |
account | microsoft.graph.security.userEvidence | The account associated with the sign-in session. |
protocol | String | The authentication protocol that is used in this session, if known. |
deviceName | String | The friendly name of the device, if known. |
operatingSystem | String | The operating system that the device is running, if known. |
browser | String | The browser that is used for the sign-in, if known. |
userAgent | String | The user agent that is used for the sign-in, if known. |
startUtcDateTime | DateTime | The session start time, if known. |
previousLogonDateTime | DateTime | The previous sign-in time for this account, if known. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.cloudLogonSessionEvidence",
"createdDateTime": "String (timestamp)",
"verdict": "String",
"remediationStatus": "String",
"remediationStatusDetails": "String",
"roles": [
"String"
],
"tags": [
"String"
],
"url": "String",
"SessionId": "String",
"Account": "microsoft.graph.security.userEvidence",
"Protocol": "String",
"DeviceName": "String",
"OperatingSystem": "String",
"Browser": "String",
"UserAgent": "String",
"StartUtcDateTime": "String (timestamp)",
"PreviousLogonDateTime": "String (timestamp)"
}
Events
Mar 17, 9 PM - Mar 21, 10 AM
Join the meetup series to build scalable AI solutions based on real-world use cases with fellow developers and experts.
Register now