Skip to content

Commit 9d5f4c5

Browse files
authored
App deactivation callout (#9903)
* App deactivation callout * Update application.md
1 parent e6724a1 commit 9d5f4c5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

api-reference/beta/resources/application.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ This resource supports:
8585
| identifierUris | String collection | Also 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](/entra/identity-platform/security-best-practices-for-app-registration#application-id-uri-also-known-as-identifier-uri). Not nullable. <br><br>Supports `$filter` (`eq`, `ne`, `ge`, `le`, `startsWith`). |
8686
| info | [informationalUrl](informationalurl.md) | Basic profile information of the application, such as it'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 information, see [How to: Add Terms of service and privacy statement for registered Microsoft Entra apps](/azure/active-directory/develop/howto-add-terms-of-service-privacy-statement). <br><br>Supports `$filter` (`eq`, `ne`, `not`, `ge`, `le`, and `eq` on `null` values). |
8787
| isDeviceOnlyAuthSupported | Boolean | Specifies whether this application supports device authentication without a user. The default is `false`. |
88-
| isDisabled | Boolean | Specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to `true`, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.`true` if the application is deactivated (disabled); otherwise `false`.|
88+
| isDisabled | Boolean | Deactivate an app without deleting it. This configuration specifies whether the service principal of the app in a tenant or across tenants for multi-tenant apps can obtain new access tokens or access protected resources. When set to `true`, existing tokens remain valid until they expire based on their configured lifetimes, and the app stays visible in the Enterprise apps list but users cannot sign in.`true` if the application is deactivated (disabled); otherwise `false`. Learn more in [Deactivate an app registration](/entra/identity/enterprise-apps/deactivate-app-registration).|
8989
| isFallbackPublicClient | Boolean | Specifies 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](https://tools.ietf.org/html/rfc6749#section-4.3) flow where the application is configured without specifying a redirect URI. In those cases Microsoft Entra ID interprets the application type based on the value of this property.|
9090
| keyCredentials | [keyCredential](keycredential.md) collection | The collection of key credentials associated with the application. Not nullable. Supports `$filter` (`eq`, `not`, `ge`, `le`).|
9191
| logo | Stream | The main logo for the application. Not nullable. |

api-reference/beta/resources/applications-api-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The following API use cases are supported for managing applications through the
3333
| Use cases | API operations |
3434
| -- | -- |
3535
| Register an application and configure its basic properties | [Create application](../api/application-post-applications.md) |
36-
| Configure properties for a registered application including: <ul><li>Basic properties such as display name, logo, and tags</li><li>Permissions</li><li>Assign apps to users</li><li>Set the basic identifier URIs</li><li>The Microsoft accounts that the app supports</li><li>App roles</li></ul> | [Update application](../api/application-update.md) |
36+
| Configure properties for a registered application including: <ul><li>Basic properties such as display name, logo, and tags</li><li>Permissions</li><li>Assign apps to users</li><li>Set the basic identifier URIs</li><li>The Microsoft accounts that the app supports</li><li>Deactivate an app without deleting it</li><li>App roles</li></ul> | [Update application](../api/application-update.md) |
3737
| Delete an application | [Delete application](../api/application-delete.md) |
3838
| Manage deleted applications | <ul><li>[List deletedItems](../api/directory-deleteditems-list.md)</li><li>[List deletedItems owners by a user](../api/directory-deleteditems-getuserownedobjects.md)</li><li>[Get deleted item](../api/directory-deleteditems-get.md)</li><li>[Permanently delete item](../api/directory-deleteditems-delete.md)</li><li>[Restore deleted item](../api/directory-deleteditems-restore.md)</li></ul> |
3939
| Manage password credentials for an application | <ul><li>[application: addPassword](../api/application-addpassword.md)</li><li>[application: removePassword](../api/application-removepassword.md)</li></ul> |
@@ -103,4 +103,4 @@ For more information, see [On-premises publishing profiles](/graph/api/resources
103103
- [Quick reference guide: API operations for managing applications](/graph/tutorial-applications-basics)
104104
- [Application management in Microsoft Entra ID](/entra/identity/enterprise-apps/what-is-application-management)
105105
- [Tutorials for integrating applications with Microsoft Entra ID](/entra/identity/saas-apps/tutorial-list)
106-
- [What is the Microsoft identity platform?](/entra/identity-platform/v2-overview)
106+
- [What is the Microsoft identity platform?](/entra/identity-platform/v2-overview)

0 commit comments

Comments
 (0)