iam_create_resource_group

APIs.ioEngineeringPlatform

Properties

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

JSON Schema

apis-io-engineering-platform-iam-create-resource-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_create_resource_group",
  "title": "iam_create_resource_group",
  "properties": {
    "meta": {
      "description": "Attributes associated to the resource group.",
      "example": {
        "editable": "false"
      },
      "type": "object"
    },
    "name": {
      "description": "Name of the resource group.",
      "example": "NameOfTheResourceGroup",
      "readOnly": true,
      "type": "string"
    },
    "scope": {
      "$ref": "#/components/schemas/iam_create-scope"
    }
  },
  "required": [
    "scope"
  ],
  "type": "object"
}