Policy with Permission Groups and Resources

APIs.ioEngineeringPlatform

Properties

Name Type Description
effect object
id object
permission_groups object
resources object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-policy-with-permission-groups-and-resources-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_policy_with_permission_groups_and_resources",
  "title": "Policy with Permission Groups and Resources",
  "properties": {
    "effect": {
      "$ref": "#/components/schemas/iam_effect"
    },
    "id": {
      "$ref": "#/components/schemas/iam_identifier"
    },
    "permission_groups": {
      "$ref": "#/components/schemas/iam_permission_groups"
    },
    "resources": {
      "$ref": "#/components/schemas/iam_resources"
    }
  },
  "required": [
    "id",
    "effect",
    "permission_groups",
    "resources"
  ],
  "type": "object"
}