INPUT_OBJECT

CompleteAzureAdAppUpdateInput

Description

Configuration to complete an update to the Azure AD directory App.

link GraphQL Schema definition

  • input CompleteAzureAdAppUpdateInput {
  • # Workload FID of the Azure AD directory to update.
  • workloadFid: UUID!
  • # CSRF token from the initiate flow.
  • stateToken: String!
  • }

link Require by