Closed sebinjohn closed 1 year ago
Please describe the change proposed in this pull request, including relevant motivation and context.
Proposing to change the type of SecretIdTtl in the AppRoleLookUpSecretIdByAccessorResponse type for automatic json parsing.
I'm getting the following error while using the API
cannot unmarshal number into Go struct field AppRoleLookUpSecretIdByAccessorResponse.data.secret_id_ttl of type string
Resolves # (issue)
Please describe the tests you ran.
Description
Proposing to change the type of SecretIdTtl in the AppRoleLookUpSecretIdByAccessorResponse type for automatic json parsing.
I'm getting the following error while using the API
Resolves # (issue)
How has this been tested?