third-platform-sdk/sdk/topsdk/ability304/response/TaobaoTopSecretGetResponse.go

38 lines
629 B
Go
Raw Permalink Normal View History

2024-08-05 16:45:29 +08:00
package response
import ()
type TaobaoTopSecretGetResponse struct {
/*
System request id
*/
RequestId string `json:"request_id,omitempty" `
/*
System body
*/
Body string
/*
下次更新秘钥间隔单位
*/
Interval int64 `json:"interval,omitempty" `
/*
最长有效期容灾使用单位
*/
MaxInterval int64 `json:"max_interval,omitempty" `
/*
秘钥值
*/
Secret string `json:"secret,omitempty" `
/*
秘钥版本号
*/
SecretVersion int64 `json:"secret_version,omitempty" `
/*
app配置信息
*/
AppConfig string `json:"app_config,omitempty" `
}