Skip to content

Commit

Permalink
User Resource - Country Code Examples unified. (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
Threpio authored Jun 21, 2023
1 parent 47f39a5 commit 86979f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ The following arguments are supported:
* `company_name` - (Optional) The company name which the user is associated. This property can be useful for describing the company that an external user comes from.
* `consent_provided_for_minor` - (Optional) Whether consent has been obtained for minors. Supported values are `Granted`, `Denied` and `NotRequired`. Omit this property or specify a blank string to unset.
* `cost_center` - (Optional) The cost center associated with the user.
* `country` - (Optional) The country/region in which the user is located, e.g. `US` or `UK`.
* `country` - (Optional) The country/region in which the user is located. Examples include: `NO`, `JP`, and `GB`.
* `department` - (Optional) The name for the department in which the user works.
* `disable_password_expiration` - (Optional) Whether the user's password is exempt from expiring. Defaults to `false`.
* `disable_strong_password` - (Optional) Whether the user is allowed weaker passwords than the default policy to be specified. Defaults to `false`.
Expand Down

0 comments on commit 86979f9

Please sign in to comment.