Set-AzureADApplication
This article provides migration details from Set-AzureADApplication command to Microsoft Graph PowerShell.
Summary
- Azure AD Command: Set-AzureADApplication
- Azure AD Module: AzureAD
- Microsoft Graph Command: Update-MgApplication (Community Examples)
- Graph Module: Microsoft.Graph.Applications
- Graph Endpoint: PATCH /applications/{application-id}
Permissions
Permission type | Least privileged permissions | Higher privileged permissions |
---|---|---|
Delegated (work or school account) | Application.ReadWrite.All | Not available. |
Delegated (personal Microsoft account) | Application.ReadWrite.All | Not available. |
Application | Application.ReadWrite.OwnedBy | Application.ReadWrite.All |
View more details on permissions.
Property Mapping
Azure AD Name | Microsoft Graph Name |
---|---|
AddIns | AddIns |
AllowGuestsSignIn | |
AllowPassthroughUsers | |
AppLogoUrl | |
AppRoles | AppRoles |
AvailableToOtherTenants | |
DisplayName | DisplayName |
ErrorUrl | |
GroupMembershipClaims | GroupMembershipClaims |
Homepage | |
IdentifierUris | IdentifierUris |
InformationalUrls | |
IsDeviceOnlyAuthSupported | IsDeviceOnlyAuthSupported |
IsDisabled | |
KeyCredentials | KeyCredentials |
KnownClientApplications | |
LogoutUrl | |
Oauth2AllowImplicitFlow | |
Oauth2AllowUrlPathMatching | |
Oauth2Permissions | |
Oauth2RequirePostResponse | Oauth2RequirePostResponse |
OptionalClaims | OptionalClaims |
OrgRestrictions | |
ParentalControlSettings | ParentalControlSettings |
PasswordCredentials | PasswordCredentials |
PreAuthorizedApplications | |
PublicClient | PublicClient |
PublisherDomain | PublisherDomain |
RecordConsentConditions | |
ReplyUrls | |
RequiredResourceAccess | RequiredResourceAccess |
SamlMetadataUrl | SamlMetadataUrl |
SignInAudience | SignInAudience |
WwwHomepage |