# io.k8s.api.authorization.v1.SelfSubjectAccessReviewSpec

From **Kubernetes**.

SelfSubjectAccessReviewSpec is a description of the access request.  Exactly one of resourceAttributes and nonResourceAttributes must be set

- Type: `object`

## Properties

### `nonResourceAttributes`

- Required: false
nonResourceAttributes describes information for a non-resource access request

### `resourceAttributes`

- Required: false
resourceAttributes describes information for a resource access request

## JSON Schema

```json
{"description":"SelfSubjectAccessReviewSpec is a description of the access request.  Exactly one of resourceAttributes and nonResourceAttributes must be set","properties":{"nonResourceAttributes":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.authorization.v1.NonResourceAttributes"}],"description":"nonResourceAttributes describes information for a non-resource access request"},"resourceAttributes":{"allOf":[{"$ref":"#/components/schemas/io.k8s.api.authorization.v1.ResourceAttributes"}],"description":"resourceAttributes describes information for a resource access request"}},"type":"object"}
```
