OBJECT
AzureAdLocalAdminPassword
Description
Entra ID local administrator password.
link GraphQL Schema definition
- type AzureAdLocalAdminPassword {
- # Name of the local administrator account.
- : String!
- # Security Identifier (SID) of the local administrator account.
- : String!
- # ID of the device with which the local administrator account is associated.
- : String!
- # Name of the device where this local administrator account exists.
- : String!
- # Date and time when the password was last rotated/backed up to Entra ID.
- : DateTime
- # Current password for the local administrator account.
- : String
- # Date and time when the password is scheduled for next rotation.
- : DateTime
- }