iam_member_permission_group

A group of permissions.

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-permission-group-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_member_permission_group",
  "title": "iam_member_permission_group",
  "description": "A group of permissions.",
  "properties": {
    "id": {
      "description": "Identifier of the group.",
      "example": "c8fed203ed3043cba015a93ad1616f1f",
      "type": "string"
    }
  },
  "required": [
    "id"
  ],
  "type": "object"
}