iam_member_resource_group

A group of scoped resources.

APIs.ioEngineeringPlatform

Properties

Name Type Description
id string Identifier of the group.
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-member-resource-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_member_resource_group",
  "title": "iam_member_resource_group",
  "description": "A group of scoped resources.",
  "properties": {
    "id": {
      "description": "Identifier of the group.",
      "example": "6d7f2f5f5b1d4a0e9081fdc98d432fd1",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}