AccountRoleDetailsResponse object

Example JSON representation

{
  "data": {
    "allowedEnvironments": [
      {
        "id": 1
      }
    ],
    "builtinAutomation": [
      "base"
    ],
    "category": {
      "id": 1
    },
    "deprecated": {
      "deprecated": "2013-01-01T12:34:56.789Z",
      "replacement": {
        "id": 1
      }
    },
    "description": "string",
    "id": 1,
    "name": "string",
    "os": {
      "id": "string"
    },
    "quickStart": true,
    "quickStartGroup": "string",
    "restrictedAccess": true,
    "scope": "scalr",
    "tags": [
      "string"
    ],
    "useScalrAgent": true
  },
  "errors": [
    {
      "code": "string",
      "message": "string"
    }
  ],
  "meta": {
    "sample": "string"
  },
  "warnings": [
    {
      "code": "string",
      "message": "string"
    }
  ]
}

Properties

property attributes valid values description filter option
data
AccountRole object
read-only
errors
Array of ApiMessage objects
read-only
meta
ApiMetaContainer object
read-only
warnings
Array of ApiMessage objects
read-only

Endpoints using this object