Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.03 KB

File metadata and controls

17 lines (13 loc) · 1.03 KB

UscList

uscList is a command that lists the secrets of a Universal Secrets Connector

Properties

Name Type Description Notes
json bool Set output format to JSON [optional] [default to False]
object_type str [optional]
page_size int Optional: number of items requested per response (Azure KV). When set, response may include next_token [optional]
page_token str Optional: continuation token returned by a previous usc list --page-size call [optional]
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str The universal identity token, Required only for universal_identity authentication [optional]
usc_name str Name of the Universal Secrets Connector item

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