Get Secret Value
- 印刷する
- PDF
Get Secret Value
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
Secretの機密情報を照会します。
GET https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}/values
リクエスト
リクエストパラメータ
パラメータ名 | タイプ | 説明 |
---|---|---|
secretId | String | Secret ID |
リクエストボディ
None
レスポンス
レスポンスボディ
{
"code": "SUCCESS",
"data": {
"decryptedSecretChain": {
"previous": "string",
"active": "string",
"pending": "string"
},
"rotationTargets": [
"string"
]
}
}
パラメータ名 | タイプ | 説明 |
---|---|---|
decryptedSecretChain.previous | String | 以前の Secret値 |
decryptedSecretChain.active | String | 有効化状態の Secret値 |
decryptedSecretChain.pending | String | 待機中の Secret値 |
rotationTargets | String[] | ローテーション対象の Secret値リスト |
この記事は役に立ちましたか?