ModelCreateClosedListEntityRoleResponse type

Contains response data for the createClosedListEntityRole operation.

type ModelCreateClosedListEntityRoleResponse = {
  _response: msRest.HttpResponse & { bodyAsText: string; parsedBody: string }
  body: string
}