{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GenerateServiceLastAccessedDetailsResponse",
"title": "GenerateServiceLastAccessedDetailsResponse",
"type": "object",
"example": {
"JobId": "examplef-1305-c245-eba4-71fe298bcda7"
},
"properties": {
"JobId": {
"allOf": [
{
"$ref": "#/components/schemas/jobIDType"
},
{
"description": "The <code>JobId</code> that you can use in the <a>GetServiceLastAccessedDetails</a> or <a>GetServiceLastAccessedDetailsWithEntities</a> operations. The <code>JobId</code> returned by <code>GenerateServiceLastAccessedDetail</code> must be used by the same role within a session, or by the same user when used to call <code>GetServiceLastAccessedDetail</code>."
}
]
}
}
}