INPUT_OBJECT

O365OauthConsentCompleteInput

Description

Configuration for the completion of an O365 OAuth consent flow.

link GraphQL Schema definition

  • input O365OauthConsentCompleteInput {
  • # ID of the Microsoft 365 tenant.
  • tenantId: String!
  • # Authorization code for the consent flow.
  • code: String!
  • # CSRF token for the setup flow.
  • stateToken: String!
  • # Redirect URL for the consent flow.
  • redirectUrl: String!
  • # Natural ID of the resource.
  • resourceNaturalId: String!
  • # Rubrik Security Cloud ID of the Microsoft 365 resource.
  • resourceId: UUID
  • }

link Require by