Get Secret Detail
- 印刷する
- PDF
Get Secret Detail
- 印刷する
- PDF
記事の要約
この要約は役に立ちましたか?
ご意見ありがとうございます
概要
Secretの詳細情報を照会します。
GET https://secretmanager.apigw.ntruss.com/api/v1/secrets/{secretId}
リクエスト
リクエストパラメータ
パラメータ名 | タイプ | 説明 |
---|---|---|
secretId | String | Secret ID |
リクエストボディ
None
レスポンス
レスポンスボディ
{
"code": "SUCCESS",
"data": {
"secretId": "string",
"secretName": "string",
"secretStatus": "ENABLE",
"secretType": "string",
"memo": "string",
"region": "string",
"expectedDestroyDate": 0,
"updateDate": 0,
"registerDate": 0,
"autoRotationYN": "Y",
"autoRotationPeriod": 0,
"nextRotationDate": 0,
"rotationPhase": "NONE",
"lastRotationDate": 0,
"lastRotationResultId": "string",
"trigger": {
"id": "string",
"name": "string",
"url": "string"
},
"protectionKey": {
"type": "DEFAULT",
"kmsKeyTag": "string",
"kmsKeyName": "string"
}
}
}
パラメータ名 | タイプ | 説明 |
---|---|---|
secretId | String | Secret ID |
secretName | String | Secret名 |
secretStatus | String | Secretの状態(ENABLE 、DISABLE 、REVOKE 、ROTATING 、DESTROYED ) |
secretType | String | Secretの種類(BASIC ) |
memo | String | メモ |
region | String | 地域コード |
expectedDestroyDate | Integer | 予想廃棄日 |
updateDate | Integer | 更新日 |
registerDate | Integer | 登録日 |
autoRotationYN | String | 自動交換の有無(Y ) |
autoRotationPeriod | Integer | 自動交換周期 |
nextRotationDate | Integer | 次の交換日 |
rotationPhase | String | 交換段階(NONE ) |
lastRotationDate | Integer | 最終交換日 |
lastRotationResultId | String | 最終交換結果 ID |
trigger.id | String | トリガー ID |
trigger.name | String | トリガー名 |
trigger.url | String | トリガー URL |
protectionKey.type | String | Secret保護キータイプ(DEFAULT 、USER_MANAGED_KEY ) |
protectionKey.kmsKeyTag | String | KMSキータグ |
protectionKey.kmsKeyName | String | KMSキー名 |
この記事は役に立ちましたか?