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.
- : String!
- # Rubrik Security Cloud ID of the destination Microsoft 365 tenant.
- : String
- # Redirect URL for the consent flow.
- : String!
- # Rubrik Security Cloud ID of the Microsoft 365 resource [Deprecated pls switch to
- # resourceIds].
- : UUID
- # Rubrik Security Cloud IDs of the Microsoft 365 resources.
- : [UUID!]
- # Natural ID of the resource.
- : String!
- # CSRF token for the setup flow.
- : String!
- # ID of the Microsoft 365 tenant.
- : String!
- }