iam_permissions

APIs.ioEngineeringPlatform

Properties

Name Type Description
analytics object
billing object
cache_purge object
dns object
dns_records object
lb object
logs object
organization object
ssl object
waf object
zone_settings object
zones object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-permissions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_permissions",
  "title": "iam_permissions",
  "example": {
    "analytics": {
      "read": true,
      "write": false
    },
    "zones": {
      "read": true,
      "write": true
    }
  },
  "properties": {
    "analytics": {
      "$ref": "#/components/schemas/iam_grants"
    },
    "billing": {
      "$ref": "#/components/schemas/iam_grants"
    },
    "cache_purge": {
      "$ref": "#/components/schemas/iam_grants"
    },
    "dns": {
      "$ref": "#/components/schemas/iam_grants"
    },
    "dns_records": {
      "$ref": "#/components/schemas/iam_grants"
    },
    "lb": {
      "$ref": "#/components/schemas/iam_grants"
    },
    "logs": {
      "$ref": "#/components/schemas/iam_grants"
    },
    "organization": {
      "$ref": "#/components/schemas/iam_grants"
    },
    "ssl": {
      "$ref": "#/components/schemas/iam_grants"
    },
    "waf": {
      "$ref": "#/components/schemas/iam_grants"
    },
    "zone_settings": {
      "$ref": "#/components/schemas/iam_grants"
    },
    "zones": {
      "$ref": "#/components/schemas/iam_grants"
    }
  },
  "type": "object"
}