mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
Update PowerShell SDK docs: 16303883694
This commit is contained in:
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
|
||||
**Owner** | [**PatOwner**](pat-owner) | | [required]
|
||||
**Created** | **System.DateTime** | The date and time, down to the millisecond, when this personal access token was created. | [required]
|
||||
**AccessTokenValiditySeconds** | **Int32** | Number of seconds an access token is valid when generated using this Personal Access Token. If no value is specified, the token will be created with the default value of 43200. | [required]
|
||||
**ExpirationDate** | **System.DateTime** | Date and time, down to the millisecond, when this personal access token will expire. If not provided, the token will expire 6 months after its creation date. The value must be a valid date-time string between the current date and 6 months from the creation date. | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
@@ -34,7 +35,8 @@ $CreatePersonalAccessTokenResponse = Initialize-V2025CreatePersonalAccessTokenRe
|
||||
-Name NodeJS Integration `
|
||||
-Owner null `
|
||||
-Created 2017-07-11T18:45:37.098Z `
|
||||
-AccessTokenValiditySeconds 36900
|
||||
-AccessTokenValiditySeconds 36900 `
|
||||
-ExpirationDate 2018-01-11T18:45:37.098Z
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
|
||||
Reference in New Issue
Block a user