Skip to content

Commit

Permalink
CORE-20401: Add PasswordExpiryStatus enum (#1611)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenYip123 authored Apr 18, 2024
1 parent 4c7288c commit da414b3
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"type": "enum",
"name": "PasswordExpiryStatus",
"namespace": "net.corda.data.rest",
"doc": "This represents the current expiry status of the password",
"symbols": [
"EXPIRED",
"CLOSE_TO_EXPIRY",
"ACTIVE"
]
}

0 comments on commit da414b3

Please sign in to comment.