MeshSecretListResponse type
Liste işlemi için yanıt verilerini içerir.
type MeshSecretListResponse = PagedSecretResourceDescriptionList & {
_response: msRest.HttpResponse & {
bodyAsText: string
parsedBody: PagedSecretResourceDescriptionList
}
}