Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.14 KB

ShareItem.md

File metadata and controls

18 lines (14 loc) · 1.14 KB

akeyless.Model.ShareItem

Properties

Name Type Description Notes
Accessibility string for personal password manager [optional] [default to "regular"]
Action string Action to be performed on the item [start/stop/describe]
Emails List<string> For Password Management use, reflect the website context [optional]
ItemName string Item name
Json bool Set output format to JSON [optional] [default to false]
Token string Authentication token (see `/auth` and `/configure`) [optional]
Ttl int TTL of the Availability of the shared secret in seconds [optional]
UidToken string The universal identity token, Required only for universal_identity authentication [optional]
ViewOnce bool ViewOnlyOnce Shared secrets can only be viewed once [true/false] [optional] [default to false]

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