@jkcfg/kubernetes
Version:
jk Kubernetes library
15 lines • 718 B
JSON
{
"$schema": "http://json-schema.org/schema#",
"type": "object",
"description": "SelfSubjectAccessReviewSpec is a description of the access request. Exactly one of ResourceAuthorizationAttributes and NonResourceAuthorizationAttributes must be set",
"properties": {
"nonResourceAttributes": {
"description": "NonResourceAttributes describes information for a non-resource access request",
"$ref": "_definitions.json#/definitions/v1beta1.NonResourceAttributes"
},
"resourceAttributes": {
"description": "ResourceAuthorizationAttributes describes information for a resource access request",
"$ref": "_definitions.json#/definitions/v1beta1.ResourceAttributes"
}
}
}