Package | Description |
---|---|
com.tencentcloudapi.ssm.v20190923 | |
com.tencentcloudapi.ssm.v20190923.models |
Modifier and Type | Method and Description |
---|---|
GetSecretValueResponse |
SsmClient.GetSecretValue(GetSecretValueRequest req)
对于用户自定义凭据,通过指定凭据名称和版本来获取凭据的明文信息;
对于云产品凭据如Mysql凭据,通过指定凭据名称和历史版本号来获取历史轮转凭据的明文信息,如果要获取当前正在使用的凭据版本的明文,需要将版本号指定为:SSM_Current。
|
Constructor and Description |
---|
GetSecretValueRequest(GetSecretValueRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2025. All rights reserved.