> For the complete documentation index, see [llms.txt](https://docs.ionos.com/container-registry-sdk-ruby/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/container-registry-sdk-ruby/models/tokenproperties.md).

# TokenProperties

## Properties

| Name             | Type                                                                  | Description | Notes       |
| ---------------- | --------------------------------------------------------------------- | ----------- | ----------- |
| **credentials**  | [**Credentials**](/container-registry-sdk-ruby/models/credentials.md) |             |             |
| **expiry\_date** | **Time**                                                              |             | \[optional] |
| **name**         | **String**                                                            |             |             |
| **scopes**       | [**Array\<Scope>**](/container-registry-sdk-ruby/models/scope.md)     |             | \[optional] |
| **status**       | **String**                                                            |             | \[optional] |

## Example

```ruby
require 'ionoscloud-container-registry'

instance = IonoscloudContainerRegistry::TokenProperties.new(
  credentials: null,
  expiry_date: null,
  name: push-token,
  scopes: null,
  status: null
)
```
