# io.k8s.api.flowcontrol.v1.ServiceAccountSubject

From **Kubernetes**.

ServiceAccountSubject holds detailed information for service-account-kind subject.

- Type: `object`

## Properties

### `name`

- Required: true
- Type: `string`

`name` is the name of matching ServiceAccount objects, or "*" to match regardless of name. Required.

### `namespace`

- Required: true
- Type: `string`

`namespace` is the namespace of matching ServiceAccount objects. Required.

## JSON Schema

```json
{"description":"ServiceAccountSubject holds detailed information for service-account-kind subject.","properties":{"name":{"default":"","description":"`name` is the name of matching ServiceAccount objects, or \"*\" to match regardless of name. Required.","type":"string"},"namespace":{"default":"","description":"`namespace` is the namespace of matching ServiceAccount objects. Required.","type":"string"}},"required":["namespace","name"],"type":"object"}
```
