MeshSecretValueListResponse type
リスト操作の応答データが含まれています。
type MeshSecretValueListResponse = PagedSecretValueResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedSecretValueResourceDescriptionList
}
}