iam_created_resource_group_response

A group of scoped resources.

APIs.ioEngineeringPlatform

Properties

Name Type Description
id string Identifier of the group.
meta object Attributes associated to the resource group.
scope object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-created-resource-group-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_created_resource_group_response",
  "title": "iam_created_resource_group_response",
  "description": "A group of scoped resources.",
  "properties": {
    "id": {
      "description": "Identifier of the group.",
      "example": "6d7f2f5f5b1d4a0e9081fdc98d432fd1",
      "readOnly": true,
      "type": "string"
    },
    "meta": {
      "description": "Attributes associated to the resource group.",
      "example": {
        "editable": "false"
      },
      "type": "object"
    },
    "scope": {
      "$ref": "#/components/schemas/iam_create-scope"
    }
  },
  "type": "object"
}