attackSimulationOperation resource type
Namespace: microsoft.graph
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 the status of a long-running attack simulation training operation.
Inherits from longRunningOperation.
Methods
Method | Return type | Description |
---|---|---|
Get attackSimulationOperation | attackSimulationOperation | Get an attack simulation operation to track a long-running operation request for a tenant. |
Properties
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | Operation created date time. Inherited from longRunningOperation. |
id | String | The unique identifier for the operation. Inherited from entity. |
lastActionDateTime | DateTimeOffset | The time of the last action in the operation. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . Inherited from longRunningOperation. |
percentageCompleted | Int32 | Percentage of completion of the respective operation. |
resourceLocation | String | URI of the resource location. Inherited from longRunningOperation. |
status | longRunningOperationStatus | Operation status. The possible values are: notStarted , running , succeeded , failed , unknownFutureValue . Inherited from longRunningOperation. |
statusDetail | String | Status detail of the operation. Inherited from longRunningOperation. |
tenantId | String | Tenant identifier. |
type | attackSimulationOperationType | The attack simulation operation type. Possible values are: createSimulation , updateSimulation , unknownFutureValue . |
attackSimulationOperationType values
Member | Description |
---|---|
createSimulation | The simulation creation operation. |
updateSimulation | The simulation update operation. |
unknownFutureValue | Evolvable enumeration sentinel value. Do not use. |
Relationships
None.
JSON representation
The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.attackSimulationOperation",
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"lastActionDateTime": "String (timestamp)",
"percentageCompleted": "Int32",
"resourceLocation": "String",
"status": {
"@odata.type": "microsoft.graph.longRunningOperationStatus"
},
"statusDetail": "String",
"tenantId": "String",
"type": {
"@odata.type": "microsoft.graph.attackSimulationOperationType"
}
}
See also
Feedback
Submit and view feedback for