AzureAccountsGetAssignedResponse type

Contains response data for the getAssigned operation.

type AzureAccountsGetAssignedResponse = AzureAccountInfoObject[] & {
  _response: msRest.HttpResponse & {
    bodyAsText: string
    parsedBody: AzureAccountInfoObject[]
  }
}