Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 905 Bytes

File metadata and controls

20 lines (12 loc) · 905 Bytes

AccountCustomFieldCreate

accountCustomFieldCreate is a command that creates a new custom field in the account settings

Properties

Name Type Description Notes
json Boolean Set output format to JSON [optional]
name String The name of the custom field
_object String The object to create the custom field
objectType String The object type to create the custom field [e.g. STATIC_SECRET,DYNAMIC_SECRET,ROTATED_SECRET]
required Boolean Specify whether the custom field is mandatory [optional]
token String Authentication token (see `/auth` and `/configure`) [optional]
uidToken String The universal identity token, Required only for universal_identity authentication [optional]