ServiceGetUserDelegationKeyResponse type

Contains response data for the getUserDelegationKey operation.

type ServiceGetUserDelegationKeyResponse = UserDelegationKey &
  ServiceGetUserDelegationKeyHeaders & {
    _response: msRest.HttpResponse & {
      bodyAsText: string
      parsedBody: UserDelegationKey
      parsedHeaders: ServiceGetUserDelegationKeyHeaders
    }
  }