iam_scope_object

A scope object represents any resource that can have actions applied against invite.

APIs.ioEngineeringPlatform

Properties

Name Type Description
key object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-iam-scope-object-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/iam_scope_object",
  "title": "iam_scope_object",
  "description": "A scope object represents any resource that can have actions applied against invite.",
  "properties": {
    "key": {
      "$ref": "#/components/schemas/iam_scope_object_key"
    }
  },
  "required": [
    "key"
  ],
  "type": "object"
}