GenerateOrganizationsAccessReportResponse

APIs.ioEngineeringPlatform

Properties

Name Type Description
JobId object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-generateorganizationsaccessreportresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GenerateOrganizationsAccessReportResponse",
  "title": "GenerateOrganizationsAccessReportResponse",
  "type": "object",
  "example": {
    "JobId": "examplea-1234-b567-cde8-90fg123abcd4"
  },
  "properties": {
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/jobIDType"
        },
        {
          "description": "The job identifier that you can use in the <a>GetOrganizationsAccessReport</a> operation."
        }
      ]
    }
  }
}