INPUT_OBJECT
StartAzureAdAppUpdateInput
Description
Configuration to initiate an update to the Azure AD directory app.
link GraphQL Schema definition
- input StartAzureAdAppUpdateInput {
- # Azure AD application details.
- : AzureAdApp
- # Workload FID of the Azure AD directory to update.
- : UUID!
- }