# io.k8s.api.authorization.v1.NonResourceAttributes

From **Kubernetes**.

NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface

- Type: `object`

## Properties

### `path`

- Required: false
- Type: `string`

path is the URL path of the request

### `verb`

- Required: false
- Type: `string`

verb is the standard HTTP verb

## JSON Schema

```json
{"description":"NonResourceAttributes includes the authorization attributes available for non-resource requests to the Authorizer interface","properties":{"path":{"description":"path is the URL path of the request","type":"string"},"verb":{"description":"verb is the standard HTTP verb","type":"string"}},"type":"object"}
```
