iam_resource_groups

A list of resource groups that the policy applies to.

APIs.ioEngineeringPlatform
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-resource-groups-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_resource_groups",
  "title": "iam_resource_groups",
  "description": "A list of resource groups that the policy applies to.",
  "items": {
    "$ref": "#/components/schemas/iam_resource_group"
  },
  "type": "array"
}