GetOrganizationsAccessReportRequest

APIs.ioEngineeringPlatform

Properties

Name Type Description
JobId object
MaxItems object
Marker object
SortKey object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-getorganizationsaccessreportrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/GetOrganizationsAccessReportRequest",
  "title": "GetOrganizationsAccessReportRequest",
  "type": "object",
  "required": [
    "JobId"
  ],
  "properties": {
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/jobIDType"
        },
        {
          "description": "The identifier of the request generated by the <a>GenerateOrganizationsAccessReport</a> operation."
        }
      ]
    },
    "MaxItems": {
      "allOf": [
        {
          "$ref": "#/components/schemas/maxItemsType"
        },
        {
          "description": "<p>Use this only when paginating results to indicate the maximum number of items you want in the response. If additional items exist beyond the maximum you specify, the <code>IsTruncated</code> response element is <code>true</code>.</p> <p>If you do not include this parameter, the number of items defaults to 100. Note that IAM might return fewer results, even when there are more results available. In that case, the <code>IsTruncated</code> response element returns <code>true</code>, and <code>Marker</code> contains a value to include in the subsequent call that tells the service where to continue from.</p>"
        }
      ]
    },
    "Marker": {
      "allOf": [
        {
          "$ref": "#/components/schemas/markerType"
        },
        {
          "description": "Use this parameter only when paginating results and only after you receive a response indicating that the results are truncated. Set it to the value of the <code>Marker</code> element in the response that you received to indicate where the next call should start."
        }
      ]
    },
    "SortKey": {
      "allOf": [
        {
          "$ref": "#/components/schemas/sortKeyType"
        },
        {
          "description": "The key that is used to sort the results. If you choose the namespace key, the results are returned in alphabetical order. If you choose the time key, the results are sorted numerically by the date and time."
        }
      ]
    }
  }
}