Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 922 Bytes

File metadata and controls

16 lines (12 loc) · 922 Bytes

akeyless.Model.AccountCustomFieldUpdate

accountCustomFieldUpdate is a command to update an account custom field

Properties

Name Type Description Notes
Id long The custom field id
Json bool Set output format to JSON [optional] [default to false]
Name string The new name of the custom field [optional]
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]

[Back to Model list] [Back to API list] [Back to README]