Map Datadog account type, MFA, and job title

Signed-off-by: Aurélien Sibiril <81782+aureliensibiril@users.noreply.github.com>
This commit is contained in:
Aurélien Sibiril
2026-06-03 18:02:44 +02:00
parent f764d42431
commit fba3174739
3 changed files with 52 additions and 17 deletions

View File

@@ -41,9 +41,12 @@ interactions:
"email": "alice@example.com",
"name": "Alice Example",
"handle": "alice@example.com",
"title": "Security Engineer",
"disabled": false,
"status": "Active",
"verified": true,
"service_account": false,
"mfa_enabled": true,
"created_at": "2025-01-02T03:04:05.000000+00:00"
},
"relationships": { "roles": { "data": [ { "type": "roles", "id": "role-admin" } ] } }
@@ -58,6 +61,8 @@ interactions:
"disabled": true,
"status": "Disabled",
"verified": true,
"service_account": true,
"mfa_enabled": false,
"created_at": "2025-02-02T03:04:05.000000+00:00"
},
"relationships": { "roles": { "data": [ { "type": "roles", "id": "role-standard" } ] } }