mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
Update PowerShell SDK docs: 16303883694
This commit is contained in:
@@ -66,7 +66,8 @@ Code | Description | Data Type
|
||||
$CreatePersonalAccessTokenRequest = @"{
|
||||
"scope" : [ "demo:personal-access-token-scope:first", "demo:personal-access-token-scope:second" ],
|
||||
"accessTokenValiditySeconds" : 36900,
|
||||
"name" : "NodeJS Integration"
|
||||
"name" : "NodeJS Integration",
|
||||
"expirationDate" : "2018-01-11T18:45:37.098Z"
|
||||
}"@
|
||||
|
||||
# Create personal access token
|
||||
|
||||
Reference in New Issue
Block a user