iam_roles

List of role names for the user at the account.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-roles-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_roles",
  "title": "iam_roles",
  "description": "List of role names for the user at the account.",
  "items": {
    "example": "Account Administrator",
    "maxLength": 120,
    "type": "string"
  },
  "readOnly": true,
  "type": "array"
}