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.
- String! :
- # Authorization code for the consent flow.
- String! :
- # CSRF token for the setup flow.
- String! :
- # Redirect URL for the consent flow.
- String! :
- # Natural ID of the resource.
- String! :
- # Rubrik Security Cloud ID of the Microsoft 365 resource.
- UUID :
- }