INPUT_OBJECT
CompleteAzureAdAppSetupInput
Description
Configuration to complete the Azure AD application creation flow.
link GraphQL Schema definition
- input CompleteAzureAdAppSetupInput {
- # Domain name of the MSFT tenant for which the application was created.
- String! :
- # CSRF token from the setup flow.
- String! :
- # Azure KMS configuration.
- KmsSpecInput :
- }