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 | 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. The timestamp represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z . 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. 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 , skipped , 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 JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.attackSimulationOperation",
"createdDateTime": "String (timestamp)",
"id": "String (identifier)",
"lastActionDateTime": "String (timestamp)",
"percentageCompleted": "Int32",
"resourceLocation": "String",
"status": "String",
"statusDetail": "String",
"tenantId": "String",
"type": "String"
}