Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJurka committed Oct 16, 2024
1 parent 3a9f241 commit 9b1b73c
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
33 changes: 33 additions & 0 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,34 @@
"description": "The permissions that were granted in a platform-native format. See specific usage.",
"type": "integer_t"
},
"ad_age_group": {
"caption": "AD Age Group",
"description": "The age group of the user. Allowed values: Minor, NotAdult, and Adult.",
"type": "string_t"
},
"ad_age_group_id": {
"caption": "AD Age Group ID",
"description": "The identifier of the normalized Ad Age Group ID.",
"type": "integer_t",
"sibling": "ad_age_group",
"enum": {
"0": {
"caption": "Unknown"
},
"1": {
"caption": "Minor"
},
"2": {
"caption": "NotAdult"
},
"3": {
"caption": "Adult"
},
"99": {
"caption": "Other"
}
}
},
"admin_count": {
"caption": "Admin Count",
"type": "integer_t",
Expand Down Expand Up @@ -1934,6 +1962,11 @@
"description": "The updated managed entity.",
"type": "managed_entity"
},
"entra_id_group_type": {
"caption": "EntraId Group Type",
"description": "Contains a group type like Microsoft 365 Group, Security Group, Distribution Group, or Mail Enabled Security Group.",
"type": "string_t"
},
"environment_variables": {
"caption": "Environment Variables",
"description": "An array of environment variables.",
Expand Down
18 changes: 18 additions & 0 deletions profiles/active_directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"description": "Indicates that a given object is a member of a Privileged group in Active Directory.",
"requirement": "recommended"
},
"ad_age_group": {
"requirement": "optional"
},
"ad_age_group_id": {
"requirement": "optional"
},
"classification": {
"description": "Describes a classification for the group (such as low, medium or high business impact).",
"requirement": "optional"
Expand All @@ -23,6 +29,9 @@
"requirement": "optional",
"description": "Email address of the the user in Active Directory."
},
"entra_id_group_type": {
"requirement": "optional"
},
"forest": {
"requirement": "recommended"
},
Expand All @@ -47,6 +56,9 @@
"on_premises_sam_account_name": {
"requirement": "optional"
},
"on_premises_security_identifier": {
"requirement": "optional"
},
"on_premises_sync_enabled": {
"requirement": "optional"
},
Expand Down Expand Up @@ -76,6 +88,12 @@
},
"token_groups": {
"requirement": "optional"
},
"ad_user_type": {
"requirement": "optional"
},
"ad_user_type_id": {
"requirement": "optional"
}
}
}

0 comments on commit 9b1b73c

Please sign in to comment.