Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Namespace: microsoft.graph.security
Important
APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents attack simulation information for threat submission. If an email was an attack simulation email, the email threat submission would contain corresponding attack simulation information.
Properties
| Property | Type | Description |
|---|---|---|
| attackSimDateTime | DateTimeOffset | The date and time of the attack simulation. |
| attackSimDurationTime | Duration | The duration (in time) for the attack simulation. |
| attackSimId | Guid | The activity ID for the attack simulation. |
| attackSimUserId | String | The unique identifier for the user who got the attack simulation email. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.attackSimulationInfo",
"attackSimDateTime": "String (timestamp)",
"attackSimDurationTime": "String (duration)",
"attackSimId": "Guid",
"attackSimUserId": "String"
}