Skip to content

Commit

Permalink
Merge pull request #47 from sailpoint-oss/fning/PLTCONN-3736
Browse files Browse the repository at this point in the history
PLTCONN-3736: Add incomplete and final update flags to the account list response
  • Loading branch information
fangming-ning-sp committed Dec 5, 2023
2 parents 9f17e34 + 469b3c9 commit a7403cb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/commands/std-account-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ export type StdAccountListOutput = ObjectOutput & {
disabled?: boolean
locked?: boolean
deleted?: boolean
incomplete?: boolean
finalUpdate?: boolean
attributes: Attributes
permissions?: Permission[]
}

0 comments on commit a7403cb

Please sign in to comment.