Reference:-
https://community.sailpoint.com/t5/Professional-Services/SailPoint-File-Upload-Utility/ta-p/76392
https://developer.sailpoint.com/discuss/t/file-upload-utility/18181
Reference:-
https://community.sailpoint.com/t5/Professional-Services/SailPoint-File-Upload-Utility/ta-p/76392
https://developer.sailpoint.com/discuss/t/file-upload-utility/18181
# Optimization
# Lifecycle State deletion
# Lifecycle states can be managed through the UI; however, deletion of lifecycle states is not supported via the UI. Deletion can be performed using VS Code or Postman.
# Lifecycle states can be validated through Access History (up to 18 months) or via Events.
# All lifecycle states can be implemented within a single transform.
High-Level Steps:-
# Login to SailPoint ISC tenant.
# Navigate to your profile/name, it is available on leftside topmost.
# Navigate to Personal Access Tokens
# Click on New token
# Provide the name of the token, remove the expiration date, and give the scope is sp:scopes:all
# Click on create
# PAT contains Secret and Client ID
Note:
Any user with admin access to the tenant can create up to 10 tokens.
PAT - Personal Access Token
IAM sets up the employee's account so they can log in and access the application with their credentials. IGA makes sure that access requ...