Set-AzureADServicePrincipal
Cet article fournit des détails sur la migration de Set-AzureADServicePrincipal commande vers Microsoft Graph PowerShell.
Important
L’utilisation de PATCH pour définir passwordCredential n’est pas prise en charge. Utilisez les méthodes addPassword et removePassword pour mettre à jour le mot de passe ou le secret d’un servicePrincipal.
Résumé
- Commande Azure AD : Set-AzureADServicePrincipal
- Module Azure AD : AzureAD
- Commande Microsoft Graph : Update-MgServicePrincipal (exemples de la communauté)
- Module Graph : Microsoft.Graph.Applications
- Point de terminaison graph : PATCH /servicePrincipals/{servicePrincipal-id}
Autorisations
Type d'autorisation | Autorisations (de la plus moins à la plus privilégiée) |
---|---|
Déléguée (compte professionnel ou scolaire) | Application.ReadWrite.All |
Déléguée (compte Microsoft personnel) | Non pris en charge. |
Application | Application.ReadWrite.OwnedBy, Application.ReadWrite.All |
Afficher plus d’informations sur les autorisations.
Mappage de propriétés
Nom Azure AD | Nom Microsoft Graph |
---|---|
AccountEnabled | AccountEnabled |
AlternativeNames | AlternativeNames |
AppId | AppId |
AppRoleAssignmentRequired | AppRoleAssignmentRequired |
ErrorUrl | N/D |
Page d’accueil | Page d’accueil |
KeyCredentials | KeyCredentials |
LogoutUrl | LogoutUrl |
PasswordCredentials | PasswordCredentials |
PublisherName | N/D |
ReplyUrls | ReplyUrls |
DisplayName | DisplayName |
SamlMetadataUrl | N/D |
ServicePrincipalNames | ServicePrincipalNames |
ServicePrincipalType | ServicePrincipalType |
Balises | Étiquettes |