Class: ApiKeysSecretClient
Methods
delete
▸ delete(key
): Promise
<void
>
Parameters
Name | Type |
---|---|
key | string |
Returns
Promise
<void
>
get
▸ get(key
): Promise
<undefined
| SecretEntry
<SecretValue
>>
Parameters
Name | Type |
---|---|
key | string |
Returns
Promise
<undefined
| SecretEntry
<SecretValue
>>
getAll
▸ getAll(): Promise
<Record
<string
, SecretEntry
<SecretValue
>>>
Returns
Promise
<Record
<string
, SecretEntry
<SecretValue
>>>
upsert
▸ upsert(key
): Promise
<SecretEntry
<SecretValue
>>
Parameters
Name | Type |
---|---|
key | string |
Returns
Promise
<SecretEntry
<SecretValue
>>