Skip to content

Commit

Permalink
adds 99(Other) option to data_lifecycle_state_id attribute
Browse files Browse the repository at this point in the history
Signed-off-by: Donovan Kolbly <[email protected]>
  • Loading branch information
dkolbly committed Apr 24, 2024
1 parent 0a30d79 commit edf0f87
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,11 @@
"enum": {
"0": {
"caption": "Unknown",
"description": "The type is not mapped. See the <code>data_lifecycle_state</code> attribute, which contains a data source specific value."
"description": "The lifecycle state is not known."
},
"99": {
"caption": "Other",
"description": "The lifecycle state is not mapped. See the <code>data_lifecycle_state</code> attribute, which contains a data source specific value."
},
"1": {
"caption": "Data at-Rest",
Expand Down

0 comments on commit edf0f87

Please sign in to comment.