Aserto · Schema

protobufNullValue

`NullValue` is a singleton enumeration to represent the null value for the `Value` type union. The JSON representation for `NullValue` is JSON `null`. - NULL_VALUE: Null value.

AuthorizationFine-Grained Access ControlRBACABACReBACPolicyOpen Policy AgentOPACloud-NativeSecurity
View JSON Schema on GitHub

JSON Schema

aserto-decision-logs-protobufnullvalue.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "protobufNullValue",
  "description": "`NullValue` is a singleton enumeration to represent the null value for the\n`Value` type union.\n\n The JSON representation for `NullValue` is JSON `null`.\n\n - NULL_VALUE: Null value.",
  "default": "NULL_VALUE",
  "enum": [
    "NULL_VALUE"
  ],
  "type": "string"
}