Skip to content

Commit

Permalink
feat: [#1122] - code review - shortening fields name.
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelJurka committed Jul 26, 2024
1 parent a0b1861 commit bc354a3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 45 deletions.
39 changes: 4 additions & 35 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2059,12 +2059,12 @@
"type": "string_t",
"description": "Name of the Active Directory Forest."
},
"force_change_password_next_sign_in": {
"force_pw_change": {
"caption": "Force Change Password Next SignIn",
"description": "Specifies if the user has to change the password in the next sign in. true if the user must change their password on the next sign-in; otherwise false. If not set, default is false",
"type": "boolean_t"
},
"force_change_password_next_sign_in_with_mfa": {
"force_pw_change_with_mfa": {
"caption": "Force Change Password Next SignIn With Mfa",
"description": "Specifies if the user has to change the password in the next sign in with MFA.If true, at next sign-in, the user must perform a multifactor authentication (MFA) before being forced to change their password.",
"type": "boolean_t"
Expand Down Expand Up @@ -3090,7 +3090,7 @@
"description": "The primary office location associated with the user. This could be any string and isn't a specific address. For example, <code>South East Virtual</code>.",
"type": "string_t"
},
"on_premises_distinguished_name": {
"on_prem_dn": {
"caption": "On Premises Distinguished Name",
"description": "The distinguished name of the user in the on-premises Active Directory.",
"type": "string_t"
Expand Down Expand Up @@ -4747,7 +4747,7 @@
"description": "The result of the user account change. It should contain the new values of the changed attributes.",
"type": "user"
},
"user_password_expiry_computed_time": {
"pw_expiry": {
"caption": "User Password Expiry Time",
"type": "timestamp_t",
"description": "The expiry time for the user's current password."
Expand Down Expand Up @@ -4854,37 +4854,6 @@
"description": "The version that pertains to the event or object. See specific usage.",
"type": "string_t"
},
"visibility": {
"caption": "Visibility",
"description": "Specifies the group join policy and group content visibility for groups. Possible values are: Private, Public, or HiddenMembership.",
"type": "string_t"
},
"visibility_id": {
"caption": "Visibility ID",
"description": "The identifier of the normalized visibility id.",
"type": "integer_t",
"sibling": "visibility",
"enum": {
"0": {
"caption": "Unknown"
},
"1": {
"caption": "Private",
"description": "The group is private."
},
"2": {
"caption": "Public",
"description": "The group is public."
},
"3": {
"caption": "HiddenMembership",
"description": "The group is hidden."
},
"99": {
"caption": "Other"
}
}
},
"vlan_uid": {
"caption": "VLAN",
"description": "The Virtual LAN identifier.",
Expand Down
12 changes: 3 additions & 9 deletions objects/ldap_person.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@
"description": "Timestamp of when the group is set to expire",
"type": "timestamp_t"
},
"force_change_password_next_sign_in": {
"force_pw_change": {
"requirement": "optional"
},
"force_change_password_next_sign_in_with_mfa": {
"force_pw_change_with_mfa": {
"requirement": "optional"
},
"given_name": {
Expand Down Expand Up @@ -155,13 +155,7 @@
"user_account_control": {
"requirement": "recommended"
},
"user_password_expiry_computed_time": {
"requirement": "optional"
},
"visibility": {
"requirement": "optional"
},
"visibility_id": {
"pw_expiry": {
"requirement": "optional"
}
}
Expand Down
2 changes: 1 addition & 1 deletion profiles/active_directory.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"object_sid": {
"requirement": "recommended"
},
"on_premises_distinguished_name": {
"on_prem_dn": {
"requirement": "optional"
},
"on_premises_domain_name": {
Expand Down

0 comments on commit bc354a3

Please sign in to comment.