Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.33 KB

ShareItem.md

File metadata and controls

20 lines (16 loc) · 1.33 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> List of emails to start/stop sharing the secret with [optional]
ItemName string Item name
Json bool Set output format to JSON [optional] [default to false]
ShareType string Share type [email/token] [optional] [default to "email"]
SharedTokenId List<string> Shared token ids in order to stop sharing a secret [optional]
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]