{ "$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" }