Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.22 KB

File metadata and controls

20 lines (16 loc) · 1.22 KB

akeyless.Model.FolderUpdate

folderUpdate is a command that updates folder

Properties

Name Type Description Notes
Accessibility string for personal password manager [optional] [default to "regular"]
AddTag List<string> List of the new tags that will be attached to this folder [optional]
DeleteProtection string Protection from accidental deletion of this object [true/false] [optional]
Description string Description of the object [optional]
Json bool Set output format to JSON [optional] [default to false]
Name string Folder name
RmTag List<string> List of the existent tags that will be removed from this folder [optional]
Token string Authentication token (see `/auth` and `/configure`) [optional]
Type string [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]