# io.k8s.api.flowcontrol.v1.GroupSubject

From **Kubernetes**.

GroupSubject holds detailed information for group-kind subject.

- Type: `object`

## Properties

### `name`

- Required: true
- Type: `string`

name is the user group that matches, or "*" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.

## JSON Schema

```json
{"description":"GroupSubject holds detailed information for group-kind subject.","properties":{"name":{"default":"","description":"name is the user group that matches, or \"*\" to match all user groups. See https://github.com/kubernetes/apiserver/blob/master/pkg/authentication/user/user.go for some well-known group names. Required.","type":"string"}},"required":["name"],"type":"object"}
```
