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
- # List of object types to add write permissions for.
- : [AzureAdObjectType!]
- # Access mode for the Azure AD app.
- : PermissionAccessMode
- # Workload FID of the Azure AD directory to update.
- : UUID!
- }