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

NameTypeDescriptionNotes
ClientNamestringThe client name associated with the API Token[optional] [readonly]
CreatedDateTimeOffsetThe creation date of the API Token[optional] [readonly]
NamestringThe name associated with the API Token[optional]
NetworkApiTokenNetwork[optional]
UserIdstringThe userId of the user who created the API Token[optional]

[Back to Model list] [Back to API list] [Back to README]