INPUT_OBJECT

UpdateSupportUserAccessInput

Description

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

link GraphQL Schema definition

  • input UpdateSupportUserAccessInput {
  • # Support user access ID.
  • id: Int
  • # User ID of the customer on whose behalf the Rubrik Support representative is
  • # accessing the customer account.
  • impersonatedUserId: String
  • # Duration of access, in hours.
  • newDurationInHours: Int
  • }

link Require by