Censys · JSON Structure

Asset Graph Kubernetes Role Rule Structure

Kubernetes_Role_Rule schema from Asset Graph API

Type: object Properties: 3
SecurityInternet IntelligenceAttack Surface ManagementThreat HuntingCyber Threat IntelligenceOSINTInternet ScanningCertificatesAsset Discovery

Kubernetes_Role_Rule is a JSON Structure definition published by Censys, describing 3 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

api_groups resources verbs

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/censys/refs/heads/main/json-structure/asset-graph-kubernetes-role-rule-structure.json",
  "name": "Kubernetes_Role_Rule",
  "description": "Kubernetes_Role_Rule schema from Asset Graph API",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "api_groups": {
      "type": [
        "array",
        "null"
      ],
      "description": "APIGroups is the name of the APIGroup that contains the resources. If multiple API groups are specified, any action requested against one of the enumerated resources in any API group will be allowed.",
      "items": {
        "type": "string"
      }
    },
    "resources": {
      "type": [
        "array",
        "null"
      ],
      "description": "Resources is a list of resources this rule applies to. ResourceAll represents all resources",
      "items": {
        "type": "string"
      }
    },
    "verbs": {
      "type": [
        "array",
        "null"
      ],
      "description": "Verbs is a list of Verbs that apply to ALL the ResourceKinds and AttributeRestrictions contained in this rule. VerbAll represents all kinds.",
      "items": {
        "type": "string"
      }
    }
  }
}