Sha256: d1c4c5bdd55e49f092729bf33aa2133246bd33ff5864fb72fcaaf0e50ea61b57

Contents?: true

Size: 835 Bytes

Versions: 1

Compression:

Stored size: 835 Bytes

Contents

# Zilla::IoK8sApiAuthenticationV1UserInfo

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **extra** | **Hash<String, Array<String>>** | Any additional information provided by the authenticator. | [optional] |
| **groups** | **Array<String>** | The names of groups this user is a part of. | [optional] |
| **uid** | **String** | A unique value that identifies this user across time. If this user is deleted and another user by the same name is added, they will have different UIDs. | [optional] |
| **username** | **String** | The name that uniquely identifies this user among all active users. | [optional] |

## Example

```ruby
require 'zilla'

instance = Zilla::IoK8sApiAuthenticationV1UserInfo.new(
  extra: null,
  groups: null,
  uid: null,
  username: null
)
```

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zilla-0.2.0 docs/IoK8sApiAuthenticationV1UserInfo.md