add: [user-account] Added email attribute

pull/406/head
Christian Studer 2023-10-31 15:49:44 +01:00
parent a800441266
commit d1653d9783
No known key found for this signature in database
GPG Key ID: 6BBED1B63A6D639F
1 changed files with 6 additions and 0 deletions

View File

@ -55,6 +55,12 @@
"misp-attribute": "text",
"ui-priority": 1
},
"email": {
"description": "Email addresses for the account.",
"misp-attribute": "email",
"multiple": true,
"ui-priority": 1
},
"expires": {
"description": "Expiration time of the account",
"disable_correlation": true,