Lockbox API, gRPC: PayloadService.GetEx
Статья создана
Обновлена 17 декабря 2024 г.
gRPC request
rpc GetEx (GetExRequest) returns (GetExResponse)
GetExRequest
{
// Includes only one of the fields `secret_id`, `folder_and_name`
"secret_id": "string",
"folder_and_name": {
"folder_id": "string",
"secret_name": "string"
},
// end of the list of possible fields
"version_id": "string"
}
Field |
Description |
secret_id |
string Includes only one of the fields |
folder_and_name |
Includes only one of the fields |
version_id |
string |
FolderAndName
Field |
Description |
folder_id |
string Required field. |
secret_name |
string Required field. |
GetExResponse
{
"version_id": "string",
"entries": "map<string, bytes>"
}
Field |
Description |
version_id |
string |
entries |
object (map<string, bytes>) |