# SKS Kubeconfig Request

Kubeconfig request for a SKS cluster

## Properties

| Property | Type | Required | Description |
| --- | --- | --- | --- |
| `groups` | array[string] | **yes** | List of roles. The certificate present in the Kubeconfig will have these roles set in the Org field. |
| `user` | string | **yes** | User name in the generated Kubeconfig. The certificate present in the Kubeconfig will also have this name set for the CN field. |
| `ttl` | integer | no | Validity in seconds of the Kubeconfig user certificate (default: 30 days)<br/><br/>Min: `0`. |

