access_identity

APIs.ioEngineeringPlatform

Properties

Name Type Description
account_id string
auth_status string
common_name string
device_id string
device_sessions object
devicePosture object
email string
geo object
iat number
idp object
ip string
is_gateway boolean
is_warp boolean
mtls_auth object
service_token_id string
service_token_status boolean
user_uuid string
version number
View JSON Schema on GitHub

JSON Schema

apis-io-engineering-platform-access-identity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/access_identity",
  "title": "access_identity",
  "properties": {
    "account_id": {
      "example": "1234567890",
      "type": "string"
    },
    "auth_status": {
      "example": "NONE",
      "type": "string"
    },
    "common_name": {
      "example": "",
      "type": "string"
    },
    "device_id": {
      "example": "",
      "type": "string"
    },
    "device_sessions": {
      "$ref": "#/components/schemas/access_string_key_map_device_session"
    },
    "devicePosture": {
      "additionalProperties": {
        "$ref": "#/components/schemas/access_schemas-device_posture_rule"
      },
      "type": "object"
    },
    "email": {
      "example": "[email protected]",
      "type": "string"
    },
    "geo": {
      "$ref": "#/components/schemas/access_geo"
    },
    "iat": {
      "example": 1694791905.0,
      "type": "number"
    },
    "idp": {
      "properties": {
        "id": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "ip": {
      "example": "127.0.0.0",
      "type": "string"
    },
    "is_gateway": {
      "example": false,
      "type": "boolean"
    },
    "is_warp": {
      "example": false,
      "type": "boolean"
    },
    "mtls_auth": {
      "properties": {
        "auth_status": {
          "type": "string"
        },
        "cert_issuer_dn": {
          "type": "string"
        },
        "cert_issuer_ski": {
          "type": "string"
        },
        "cert_presented": {
          "type": "boolean"
        },
        "cert_serial": {
          "type": "string"
        }
      },
      "type": "object"
    },
    "service_token_id": {
      "example": "",
      "type": "string"
    },
    "service_token_status": {
      "example": false,
      "type": "boolean"
    },
    "user_uuid": {
      "example": "57cf8cf2-f55a-4588-9ac9-f5e41e9f09b4",
      "type": "string"
    },
    "version": {
      "example": 2,
      "type": "number"
    }
  },
  "type": "object"
}