Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.05 KB

ApiToken.md

File metadata and controls

20 lines (16 loc) · 1.05 KB

Okta.Sdk.Model.ApiToken

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]

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