applicationTemplate resource type
Namespace: microsoft.graph
Represents an application in the Microsoft Entra application gallery.
Methods
Method | Return Type | Description |
---|---|---|
List | applicationTemplate | Retrieve a list of applicationTemplate objects. |
Get | applicationTemplate | Read properties and relationships of applicationTemplate object. |
Instantiate | applicationServicePrincipal | Add an instance of an application from the Microsoft Entra application gallery into your directory. The application template with ID 8adf8e6e-67b2-4cf2-a259-e3dc5476c621 can be used to add a non-gallery app that you can configure different single-sign on (SSO) modes like SAML SSO and password-based SSO. |
Properties
Property | Type | Description |
---|---|---|
categories | String collection | The list of categories for the application. Supported values can be: Collaboration , Business Management , Consumer , Content management , CRM , Data services , Developer services , E-commerce , Education , ERP , Finance , Health , Human resources , IT infrastructure , Mail , Management , Marketing , Media , Productivity , Project management , Telecommunications , Tools , Travel , and Web design & hosting . |
description | String | A description of the application. |
displayName | String | The name of the application. |
homePageUrl | String | The home page URL of the application. |
id | String | Unique identifier for the application. Read-only. |
logoUrl | String | The URL to get the logo for this application. |
publisher | String | The name of the publisher for this application. |
supportedProvisioningTypes | String collection | The list of provisioning modes supported by this application. The only valid value is sync . |
supportedSingleSignOnModes | String collection | The list of single sign-on modes supported by this application. The supported values are oidc , password , saml , and notSupported . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"categories": ["categories-value"],
"description": "description-value",
"displayName": "displayName-value",
"homePageUrl": "homePageUrl-value",
"id": "id-value",
"logoUrl": "logoUrl-value",
"publisher": "publisher-value",
"supportedSingleSignOnModes": ["supportedSingleSignOnModes-value"]
}