Skip to main content

delta

Creates, updates, deletes, gets or lists a delta resource.

Overview

Namedelta
TypeResource
Identra_id.applications.delta

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
idstringThe unique identifier for an entity. Read-only.
addInsarrayDefines custom behavior that a consuming service can use to call an app in specific contexts. For example, applications that can render file streams can set the addIns property for its 'FileHandler' functionality. This lets services like Microsoft 365 call the application in the context of a document the user is working on.
apiSpecifies settings for an application that implements a web API.
appIdstringThe unique identifier for the application that is assigned to an application by Microsoft Entra ID. Not nullable. Read-only. Alternate key. Supports $filter (eq).
appManagementPoliciesarrayThe appManagementPolicy applied to this application.
appRolesarrayThe collection of roles defined for the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. Not nullable.
applicationTemplateIdstringUnique identifier of the applicationTemplate. Supports $filter (eq, not, ne). Read-only. null if the app wasn't created from an application template.
authenticationBehaviors
certificationSpecifies the certification status of the application.
createdByAppIdstringThe appId of the application that created this application. Set internally by Microsoft Entra ID. Read-only.
createdDateTimestring (date-time)The date and time the application was registered. The DateTimeOffset type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Supports $filter (eq, ne, not, ge, le, in, and eq on null values) and $orderby. (pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$)
createdOnBehalfOfSupports $filter (/$count eq 0, /$count ne 0). Read-only.
defaultRedirectUristring
deletedDateTimestring (date-time)Date and time when this object was deleted. Always null when the object hasn't been deleted. (pattern: ^[0-9]{4,}-(0[1-9]|1[012])-(0[1-9]|[12][0-9]|3[01])T([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]([.][0-9]{1,12})?(Z|[+-][0-9][0-9]:[0-9][0-9])$)
descriptionstringFree text field to provide a description of the application object to end users. The maximum allowed size is 1,024 characters. Supports $filter (eq, ne, not, ge, le, startsWith) and $search.
disabledByMicrosoftStatusstringSpecifies whether Microsoft has disabled the registered application. The possible values are: null (default value), NotDisabled, and DisabledDueToViolationOfServicesAgreement (reasons include suspicious, abusive, or malicious activity, or a violation of the Microsoft Services Agreement). Supports $filter (eq, ne, not).
displayNamestringThe display name for the application. Maximum length is 256 characters. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderby.
extensionPropertiesarrayRead-only. Nullable. Supports $expand and $filter (/$count eq 0, /$count ne 0).
federatedIdentityCredentialsarrayFederated identities for applications. Supports $expand and $filter (startsWith, /$count eq 0, /$count ne 0).
groupMembershipClaimsstringConfigures the groups claim issued in a user or OAuth 2.0 access token that the application expects. To set this attribute, use one of the following valid string values: None, SecurityGroup (for security groups and Microsoft Entra roles), All (this gets all of the security groups, distribution groups, and Microsoft Entra directory roles that the signed-in user is a member of).
homeRealmDiscoveryPoliciesarray
identifierUrisarrayAlso known as App ID URI, this value is set when an application is used as a resource app. The identifierUris acts as the prefix for the scopes you reference in your API's code, and it must be globally unique across Microsoft Entra ID. For more information on valid identifierUris patterns and best practices, see Microsoft Entra application registration security best practices. Not nullable. Supports $filter (eq, ne, ge, le, startsWith).
infoBasic profile information of the application such as app's marketing, support, terms of service and privacy statement URLs. The terms of service and privacy statement are surfaced to users through the user consent experience. For more info, see How to: Add Terms of service and privacy statement for registered Microsoft Entra apps. Supports $filter (eq, ne, not, ge, le, and eq on null values).
isDeviceOnlyAuthSupportedbooleanSpecifies whether this application supports device authentication without a user. The default is false.
isDisabledboolean
isFallbackPublicClientbooleanSpecifies the fallback application type as public client, such as an installed application running on a mobile device. The default value is false, which means the fallback application type is confidential client such as a web app. There are certain scenarios where Microsoft Entra ID can't determine the client application type. For example, the ROPC flow where it's configured without specifying a redirect URI. In those cases, Microsoft Entra ID interprets the application type based on the value of this property.
keyCredentialsarrayThe collection of key credentials associated with the application. Not nullable. Supports $filter (eq, not, ge, le).
logostring (base64url)The main logo for the application. Not nullable.
managerApplicationsarrayA collection of application IDs for Microsoft first-party applications designated as managers. Manager applications can create service principals, agent identities, and agent users for managed agent blueprints. Limited to a maximum of 10 entries. Not nullable. Only supported on agentIdentityBlueprint objects; attempts to set this property on non-agent-blueprint applications return an error. Not returned by default; must be explicitly requested via $select.
nativeAuthenticationApisEnabledSpecifies whether the Native Authentication APIs are enabled for the application. The possible values are: none and all. Default is none. For more information, see Native Authentication.
notesstringNotes relevant for the management of the application.
oauth2RequirePostResponseboolean
optionalClaimsApplication developers can configure optional claims in their Microsoft Entra applications to specify the claims that are sent to their application by the Microsoft security token service. For more information, see How to: Provide optional claims to your app.
ownersarrayDirectory objects that are owners of this application. The owners are a set of nonadmin users or service principals who are allowed to modify this object. Supports $expand, $filter (/$count eq 0, /$count ne 0, /$count eq 1, /$count ne 1), and $select nested in $expand.
parentalControlSettingsSpecifies parental control settings for an application.
passwordCredentialsarrayThe collection of password credentials associated with the application. Not nullable.
publicClientSpecifies settings for installed clients such as desktop or mobile devices.
publisherDomainstringThe verified publisher domain for the application. Read-only. For more information, see How to: Configure an application's publisher domain. Supports $filter (eq, ne, ge, le, startsWith).
requestSignatureVerificationSpecifies whether this application requires Microsoft Entra ID to verify the signed authentication requests.
requiredResourceAccessarraySpecifies the resources that the application needs to access. This property also specifies the set of delegated permissions and application roles that it needs for each of those resources. This configuration of access to the required resources drives the consent experience. No more than 50 resource services (APIs) can be configured. Beginning mid-October 2021, the total number of required permissions must not exceed 400. For more information, see Limits on requested permissions per app. Not nullable. Supports $filter (eq, not, ge, le).
samlMetadataUrlstringThe URL where the service exposes SAML metadata for federation. This property is valid only for single-tenant applications. Nullable.
serviceManagementReferencestringReferences application or service contact information from a Service or Asset Management database. Nullable.
servicePrincipalLockConfigurationSpecifies whether sensitive properties of a multitenant application should be locked for editing after the application is provisioned in a tenant. Nullable. null by default.
signInAudiencestringSpecifies the Microsoft accounts that are supported for the current application. The possible values are: AzureADMyOrg (default), AzureADMultipleOrgs, AzureADandPersonalMicrosoftAccount, and PersonalMicrosoftAccount. See more in the table. The value of this object also limits the number of permissions an app can request. For more information, see Limits on requested permissions per app. The value for this property has implications on other app object properties. As a result, if you change this property, you might need to change other properties first. For more information, see Validation differences for signInAudience.Supports $filter (eq, ne, not).
spaSpecifies settings for a single-page application, including sign out URLs and redirect URIs for authorization codes and access tokens.
synchronizationRepresents the capability for Microsoft Entra identity synchronization through the Microsoft Graph API.
tagsarrayCustom strings that can be used to categorize and identify the application. Not nullable. Strings added here will also appear in the tags property of any associated service principals.Supports $filter (eq, not, ge, le, startsWith) and $search.
tokenEncryptionKeyIdstring (uuid)Specifies the keyId of a public key from the keyCredentials collection. When configured, Microsoft Entra ID encrypts all the tokens it emits by using the key this property points to. The application code that receives the encrypted token must use the matching private key to decrypt the token before it can be used for the signed-in user. (pattern: ^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$)
tokenIssuancePoliciesarray
tokenLifetimePoliciesarray
uniqueNamestringThe unique identifier that can be assigned to an application and used as an alternate key. Immutable. Read-only.
verifiedPublisherSpecifies the verified publisher of the application. For more information about how publisher verification helps support application security, trustworthiness, and compliance, see Publisher verification.
webSpecifies settings for a web application.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
getselectGet newly created, updated, or deleted applications without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

Get newly created, updated, or deleted applications without performing a full read of the entire resource collection. For more information, see Use delta query to track changes in Microsoft Graph data for details.

SELECT
id,
addIns,
api,
appId,
appManagementPolicies,
appRoles,
applicationTemplateId,
authenticationBehaviors,
certification,
createdByAppId,
createdDateTime,
createdOnBehalfOf,
defaultRedirectUri,
deletedDateTime,
description,
disabledByMicrosoftStatus,
displayName,
extensionProperties,
federatedIdentityCredentials,
groupMembershipClaims,
homeRealmDiscoveryPolicies,
identifierUris,
info,
isDeviceOnlyAuthSupported,
isDisabled,
isFallbackPublicClient,
keyCredentials,
logo,
managerApplications,
nativeAuthenticationApisEnabled,
notes,
oauth2RequirePostResponse,
optionalClaims,
owners,
parentalControlSettings,
passwordCredentials,
publicClient,
publisherDomain,
requestSignatureVerification,
requiredResourceAccess,
samlMetadataUrl,
serviceManagementReference,
servicePrincipalLockConfiguration,
signInAudience,
spa,
synchronization,
tags,
tokenEncryptionKeyId,
tokenIssuancePolicies,
tokenLifetimePolicies,
uniqueName,
verifiedPublisher,
web
FROM entra_id.applications.delta
;