accountCustomFieldCreate is a command that creates a new custom field in the account settings
| Name | Type | Description | Notes |
|---|---|---|---|
| Json | bool | Set output format to JSON | [optional] [default to false] |
| Name | string | The name of the custom field | |
| Object | string | The object to create the custom field | [default to "ITEM"] |
| ObjectType | string | The object type to create the custom field [e.g. STATIC_SECRET,DYNAMIC_SECRET,ROTATED_SECRET] | |
| Required | bool | Specify whether the custom field is mandatory | [optional] [default to false] |
| Token | string | Authentication token (see `/auth` and `/configure`) | [optional] |
| UidToken | string | The universal identity token, Required only for universal_identity authentication | [optional] |