OBJECT

StartAzureAdAppUpdateReply

Description

Response of the operation that updates an Azure AD directory app.

link GraphQL Schema definition

  • type StartAzureAdAppUpdateReply {
  • # State token to be used in CompleteAzureAdAppUpdate.
  • csrfToken: String!
  • # ID of the updated Azure AD app.
  • appId: String!
  • }

link Require by