v2026/src/PSSailpoint.V2026/Model/AccountRequestPhaseState.ps1
|
# # Identity Security Cloud v2026 API # Use these APIs to interact with the Identity Security Cloud platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs. # Version: v2026 # Generated by OpenAPI Generator: https://openapi-generator.tech # <# .SYNOPSIS Enum AccountRequestPhaseState. .DESCRIPTION The current phase state of the account request, indicating its progress or outcome in the approval workflow. #> enum AccountRequestPhaseState { # enum value: "PENDING" PENDING # enum value: "CANCELLED" CANCELLED # enum value: "APPROVED" APPROVED # enum value: "REJECTED" REJECTED # enum value: "PASSED" PASSED # enum value: "FAILED" FAILED } |