{
  "description": "ServiceAccountSubject holds detailed information for service-account-kind subject.",
  "properties": {
    "name": {
      "description": "`name` is the name of matching ServiceAccount objects, or \"*\" to match regardless of name. Required.",
      "type": [
        "string",
        "null"
      ]
    },
    "namespace": {
      "description": "`namespace` is the namespace of matching ServiceAccount objects. Required.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "namespace",
    "name"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}