iam_grants

APIs.ioEngineeringPlatform

Properties

Name Type Description
read boolean
write boolean
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-grants-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_grants",
  "title": "iam_grants",
  "example": {
    "read": true,
    "write": false
  },
  "properties": {
    "read": {
      "example": true,
      "type": "boolean"
    },
    "write": {
      "example": true,
      "type": "boolean"
    }
  },
  "type": "object"
}