# io.k8s.api.flowcontrol.v1.UserSubject

From **Kubernetes**.

UserSubject holds detailed information for user-kind subject.

- Type: `object`

## Properties

### `name`

- Required: true
- Type: `string`

`name` is the username that matches, or "*" to match all usernames. Required.

## JSON Schema

```json
{"description":"UserSubject holds detailed information for user-kind subject.","properties":{"name":{"default":"","description":"`name` is the username that matches, or \"*\" to match all usernames. Required.","type":"string"}},"required":["name"],"type":"object"}
```
