mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
Update to powershell SDK docs: 13123805130
This commit is contained in:
@@ -16,13 +16,13 @@ tags: ['SDK', 'Software Development Kit', 'GetPersonalAccessTokenResponse', 'Bet
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | **String** | The ID of the personal access token (to be used as the username for Basic Auth). | [required]
|
||||
**Name** | **String** | The name of the personal access token. Cannot be the same as other personal access tokens owned by a user. | [required]
|
||||
**Scope** | **[]String** | Scopes of the personal access token. | [required]
|
||||
**Owner** | [**PatOwner**](pat-owner) | | [required]
|
||||
**Created** | **System.DateTime** | The date and time, down to the millisecond, when this personal access token was created. | [required]
|
||||
**LastUsed** | Pointer to **System.DateTime** | 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. | [optional]
|
||||
**Managed** | Pointer to **Boolean** | If true, this token is managed by the SailPoint platform, and is not visible in the user interface. For example, Workflows will create managed personal access tokens for users who create workflows. | [optional] [default to $false]
|
||||
**Id** | **String** | The ID of the personal access token (to be used as the username for Basic Auth). | [required]
|
||||
**Name** | **String** | The name of the personal access token. Cannot be the same as other personal access tokens owned by a user. | [required]
|
||||
**Scope** | **[]String** | Scopes of the personal access token. | [required]
|
||||
**Owner** | [**PatOwner**](pat-owner) | | [required]
|
||||
**Created** | **System.DateTime** | The date and time, down to the millisecond, when this personal access token was created. | [required]
|
||||
**LastUsed** | **System.DateTime** | 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. | [optional]
|
||||
**Managed** | **Boolean** | If true, this token is managed by the SailPoint platform, and is not visible in the user interface. For example, Workflows will create managed personal access tokens for users who create workflows. | [optional] [default to $false]
|
||||
|
||||
## Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user