machine-identities-lifecycle-actions/src/PSSailpoint.MachineIdentitiesLifecycleActions/Model/Lifecycleprovisioningstatus.ps1
|
# # Identity Security Cloud API - Machine Identity Lifecycle Actions # Use these APIs to submit, list, retrieve, and cancel machine identity lifecycle actions (for example agent activate and deactivate). 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: v1 # Generated by OpenAPI Generator: https://openapi-generator.tech # <# .SYNOPSIS Enum Lifecycleprovisioningstatus. .DESCRIPTION Provisioning execution status for the downstream workflow window. #> enum Lifecycleprovisioningstatus { # enum value: "NOT_STARTED" NOT_STARTED # enum value: "IN_PROGRESS" IN_PROGRESS # enum value: "COMPLETED" COMPLETED # enum value: "FAILED" FAILED } |