INPUT_OBJECT

O365OauthConsentKickoffInput

Description

Configuration for the kickoff of an OAuth consent flow.

link GraphQL Schema definition

  • input O365OauthConsentKickoffInput {
  • # UUID of the org.
  • orgId: UUID!
  • # Type of the Azure app.
  • appType: String!
  • # Rubrik Security Cloud ID of the Microsoft 365 resource.
  • resourceId: UUID
  • }

link Require by