# Zilla::IoK8sApiStorageV1TokenRequest ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **audience** | **String** | Audience is the intended audience of the token in \"TokenRequestSpec\". It will default to the audiences of kube apiserver. | | | **expiration_seconds** | **Integer** | ExpirationSeconds is the duration of validity of the token in \"TokenRequestSpec\". It has the same default value of \"ExpirationSeconds\" in \"TokenRequestSpec\". | [optional] | ## Example ```ruby require 'zilla' instance = Zilla::IoK8sApiStorageV1TokenRequest.new( audience: null, expiration_seconds: null ) ```