INPUT_OBJECT

EnableSupportUserAccessInput

Description

Input for enabling a Rubrik Support representative's access to the customer account.

link GraphQL Schema definition

  • input EnableSupportUserAccessInput {
  • # User ID of the customer on whose behalf the Rubrik Support representative is
  • # accessing the customer account.
  • impersonatedUserId: String
  • # Ticket associated with the support user access request.
  • ticketNumber: String
  • # Duration of support user access, in hours.
  • durationInHours: Int
  • }

link Require by