| id |
string |
Unique identifier for the application object (GUID). This is the object ID, not the appId. |
| appId |
string |
The unique application identifier assigned by Microsoft Entra ID (also known as the client ID) |
| displayName |
string |
The display name for the application |
| description |
['string', 'null'] |
An optional description of the application |
| signInAudience |
string |
Specifies which Microsoft accounts are supported for the application |
| identifierUris |
array |
URIs that uniquely identify the application within its Azure AD tenant or verified custom domain |
| requiredResourceAccess |
array |
Specifies the resources that the application needs access to and the set of OAuth permission scopes and app roles needed under each resource |
| appRoles |
array |
Collection of roles defined for the application that can be assigned to users, groups, or service principals |
| keyCredentials |
array |
Collection of certificate credentials associated with the app |
| passwordCredentials |
array |
Collection of password credentials (client secrets) |
| publicClient |
object |
Public client settings for mobile and desktop apps |
| tags |
array |
Custom strings used to categorize and identify the application |
| createdDateTime |
string |
The date and time the application was registered |