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.
{
"$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"
}
}
}
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.