Censys · Schema

OpcUa_UserTokenPolicy

OpcUa_UserTokenPolicy schema from Censys Platform API

SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Properties

Name Type Description
issued_token_type string
issuer_endpoint_url string
policy_id string
security_policy_uri string
token_type integer
View JSON Schema on GitHub

JSON Schema

platform-opcua-usertokenpolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-schema/platform-opcua-usertokenpolicy-schema.json",
  "title": "OpcUa_UserTokenPolicy",
  "description": "OpcUa_UserTokenPolicy schema from Censys Platform API",
  "type": "object",
  "properties": {
    "issued_token_type": {
      "type": "string"
    },
    "issuer_endpoint_url": {
      "type": "string"
    },
    "policy_id": {
      "type": "string"
    },
    "security_policy_uri": {
      "type": "string"
    },
    "token_type": {
      "format": "int32",
      "type": "integer"
    }
  },
  "additionalProperties": false
}