INPUT_OBJECT

O365OauthConsentKickoffInput

Description

Configuration for the kickoff of an OAuth consent flow.

link GraphQL Schema definition

  • input O365OauthConsentKickoffInput {
  • # Type of the Azure app.
  • appType: String!
  • # UUID of the org.
  • orgId: UUID!
  • # Rubrik Security Cloud ID of the Microsoft 365 resource [Deprecated pls switch to
  • # resourceIds].
  • resourceId: UUID
  • # Rubrik Security Cloud IDs of the Microsoft 365 resources.
  • resourceIds: [UUID!]
  • }

link Require by