iam_organization

APIs.ioEngineeringPlatform

Properties

Name Type Description
id object
name object
permissions object
roles array List of roles that a user has within an organization.
status object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-organization-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_organization",
  "title": "iam_organization",
  "properties": {
    "id": {
      "$ref": "#/components/schemas/iam_common_components-schemas-identifier"
    },
    "name": {
      "$ref": "#/components/schemas/iam_schemas-name"
    },
    "permissions": {
      "$ref": "#/components/schemas/iam_schemas-permissions"
    },
    "roles": {
      "description": "List of roles that a user has within an organization.",
      "items": {
        "example": "All Privileges - Super Administrator",
        "maxLength": 120,
        "type": "string"
      },
      "readOnly": true,
      "type": "array"
    },
    "status": {
      "$ref": "#/components/schemas/iam_components-schemas-status"
    }
  },
  "type": "object"
}