mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Automated commit by github action: 4076058074
This commit is contained in:
@@ -24,6 +24,12 @@ properties:
|
||||
format: 'date-time'
|
||||
description: The date and time, down to the millisecond, when this personal access token was created.
|
||||
example: '2017-07-11T18:45:37.098Z'
|
||||
lastUsed:
|
||||
type: string
|
||||
nullable: true
|
||||
format: 'date-time'
|
||||
description: The date and time, down to the millisecond, when this personal access token was last used to generate an access token. This timestamp does not get updated on every PAT usage, but only once a day. This property can be useful for identifying which PATs are no longer actively used and can be removed.
|
||||
example: '2017-07-11T18:45:37.098Z'
|
||||
required:
|
||||
- id
|
||||
- name
|
||||
|
||||
@@ -24,6 +24,12 @@ properties:
|
||||
format: 'date-time'
|
||||
description: The date and time, down to the millisecond, when this personal access token was created.
|
||||
example: '2017-07-11T18:45:37.098Z'
|
||||
lastUsed:
|
||||
type: string
|
||||
nullable: true
|
||||
format: 'date-time'
|
||||
description: The date and time, down to the millisecond, when this personal access token was last used to generate an access token. This timestamp does not get updated on every PAT usage, but only once a day. This property can be useful for identifying which PATs are no longer actively used and can be removed.
|
||||
example: '2017-07-11T18:45:37.098Z'
|
||||
required:
|
||||
- id
|
||||
- name
|
||||
|
||||
Reference in New Issue
Block a user