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!
- # Azure KMS configuration.
- : KmsSpecInput
- # CSRF token from the setup flow.
- : String!
- }