email-security_DisplayName

APIs.ioEngineeringPlatform

Properties

Name Type Description
comments string
created_at string
directory_id object
directory_node_id string
email string
id integer
is_email_regex boolean
last_modified string
name string
provenance string
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-email-security-displayname-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/email-security_DisplayName",
  "title": "email-security_DisplayName",
  "properties": {
    "comments": {
      "nullable": true,
      "type": "string"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "directory_id": {
      "allOf": [
        {
          "format": "int64",
          "type": "integer"
        },
        {
          "nullable": true,
          "type": "integer"
        }
      ]
    },
    "directory_node_id": {
      "nullable": true,
      "type": "string"
    },
    "email": {
      "nullable": true,
      "type": "string"
    },
    "id": {
      "example": 2403,
      "format": "int32",
      "title": "identifier",
      "type": "integer"
    },
    "is_email_regex": {
      "type": "boolean"
    },
    "last_modified": {
      "format": "date-time",
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "provenance": {
      "nullable": true,
      "type": "string"
    }
  },
  "required": [
    "id",
    "created_at",
    "last_modified",
    "name",
    "is_email_regex"
  ],
  "type": "object"
}