Okta.Sdk.Model.ApiToken
October 22, 2025 ยท View on GitHub
An API token for an Okta User. This token is NOT scoped any further and can be used for any API the user has permissions to call.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientName | string | [optional] [readonly] | |
| Created | DateTimeOffset | [optional] [readonly] | |
| ExpiresAt | DateTimeOffset | [optional] [readonly] | |
| Id | string | [optional] [readonly] | |
| LastUpdated | DateTimeOffset | [optional] [readonly] | |
| Name | string | ||
| Network | ApiTokenNetwork | [optional] | |
| TokenWindow | string | A time duration specified as an ISO 8601 duration. | [optional] |
| UserId | string | [optional] | |
| Link | LinksSelf | [optional] |