INPUT_OBJECT

DisableSupportUserAccessInput

Description

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

link GraphQL Schema definition

  • input DisableSupportUserAccessInput {
  • # 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
  • }

link Require by