Okta.Sdk.Model.ApiTokenUpdate
October 3, 2024 ยท View on GitHub
An API Token Update Object for an Okta user. This token is NOT scoped any further and can be used for any API that the user has permissions to call.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientName | string | The client name associated with the API Token | [optional] [readonly] |
| Created | DateTimeOffset | The creation date of the API Token | [optional] [readonly] |
| Name | string | The name associated with the API Token | [optional] |
| Network | ApiTokenNetwork | [optional] | |
| UserId | string | The userId of the user who created the API Token | [optional] |