access_groups

APIs.ioEngineeringPlatform

Properties

Name Type Description
created_at object
exclude object
id object
include object
is_default object
name object
require object
updated_at object
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-groups-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_groups",
  "title": "access_groups",
  "properties": {
    "created_at": {
      "$ref": "#/components/schemas/access_timestamp"
    },
    "exclude": {
      "$ref": "#/components/schemas/access_exclude"
    },
    "id": {
      "$ref": "#/components/schemas/access_uuid"
    },
    "include": {
      "$ref": "#/components/schemas/access_include"
    },
    "is_default": {
      "$ref": "#/components/schemas/access_require"
    },
    "name": {
      "$ref": "#/components/schemas/access_groups_components-schemas-name"
    },
    "require": {
      "$ref": "#/components/schemas/access_require"
    },
    "updated_at": {
      "$ref": "#/components/schemas/access_timestamp"
    }
  },
  "type": "object"
}