OBJECT

AzureAdLocalAdminPassword

Description

Entra ID local administrator password.

link GraphQL Schema definition

  • type AzureAdLocalAdminPassword {
  • # Name of the local administrator account.
  • accountName: String!
  • # Security Identifier (SID) of the local administrator account.
  • accountSid: String!
  • # ID of the device with which the local administrator account is associated.
  • deviceId: String!
  • # Name of the device where this local administrator account exists.
  • deviceName: String!
  • # Date and time when the password was last rotated/backed up to Entra ID.
  • lastBackupDateTime: DateTime
  • # Current password for the local administrator account.
  • password: String
  • # Date and time when the password is scheduled for next rotation.
  • refreshDateTime: DateTime
  • }