INPUT_OBJECT

O365OauthConsentCompleteInput

Description

Configuration for the completion of an O365 OAuth consent flow.

link GraphQL Schema definition

  • input O365OauthConsentCompleteInput {
  • # Authorization code for the consent flow.
  • code: String!
  • # Rubrik Security Cloud ID of the destination Microsoft 365 tenant.
  • destOrgId: String
  • # Redirect URL for the consent flow.
  • redirectUrl: String!
  • # 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!]
  • # Natural ID of the resource.
  • resourceNaturalId: String!
  • # CSRF token for the setup flow.
  • stateToken: String!
  • # ID of the Microsoft 365 tenant.
  • tenantId: String!
  • }

link Require by