{
"$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 JobId that you can use in the GetServiceLastAccessedDetails or GetServiceLastAccessedDetailsWithEntities operations. The JobId returned by GenerateServiceLastAccessedDetail must be used by the same role within a session, or by the same user when used to call GetServiceLastAccessedDetail."
}
]
}
}
}