iam_resources

A list of resource names that the policy applies to.

APIs.ioEngineeringPlatform

Properties

Name Type Description
resource string
scope string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-resources-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_resources",
  "title": "iam_resources",
  "description": "A list of resource names that the policy applies to.",
  "example": {
    "com.cloudflare.api.account.zone.22b1de5f1c0e4b3ea97bb1e963b06a43": "*",
    "com.cloudflare.api.account.zone.eb78d65290b24279ba6f44721b3ea3c4": "*"
  },
  "properties": {
    "resource": {
      "type": "string"
    },
    "scope": {
      "type": "string"
    }
  },
  "type": "object"
}