INPUT_OBJECT

AttributeRecoveryConfig

Description

Configuration to recover attributes for an Entra ID object.

link GraphQL Schema definition

  • input AttributeRecoveryConfig {
  • # List of attributes to be recovered.
  • attributes: [String!]!
  • # ID of the Azure AD object.
  • id: UUID!
  • }