applicationTemplate 资源类型
命名空间:microsoft.graph
方法
方法 | 返回类型 | Description |
---|---|---|
List | applicationTemplate | 检索 applicationTemplate 对象的列表。 |
Get | applicationTemplate | 读取 applicationTemplate 对象的属性和关系。 |
实例 | applicationServicePrincipal | 将 Microsoft Entra 应用程序库中的应用程序实例添加到目录中。 带 ID 8adf8e6e-67b2-4cf2-a259-e3dc5476c621 的应用程序模板可用于添加非库应用,你可以配置不同的单一登录 (SSO) 模式(例如 SAML SSO 和基于密码的 SSO)。 |
属性
属性 | 类型 | 说明 |
---|---|---|
类别 | String collection | 应用程序的类别列表。 支持的值可以是:、、、、、Content management Management Mail Human resources CRM Marketing IT infrastructure Health Finance ERP Data services Developer services Consumer E-commerce Education 、Media 、Productivity 、、 Travel Telecommunications Project management Tools 和 。Web design & hosting Business Management Collaboration |
说明 | String | 应用程序的说明。 |
displayName | String | 应用程序的名称。 |
homePageUrl | String | 应用程序的主页 URL。 |
id | String | 应用程序的唯一标识符。 此为只读属性。 |
logoUrl | String | 用于获取此应用程序的徽标的 URL。 |
发布者 | String | 此应用程序的发布者的名称。 |
supportedProvisioningTypes | 字符串集合 | 此应用程序支持的预配模式列表。 唯一 sync 有效的值为 。 |
supportedSingleSignOnModes | 字符串集合 | 此应用程序支持的单一登录模式列表。 支持的值是:oidc 、password 、saml 和 notSupported 。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"categories": ["categories-value"],
"description": "description-value",
"displayName": "displayName-value",
"homePageUrl": "homePageUrl-value",
"id": "id-value",
"logoUrl": "logoUrl-value",
"publisher": "publisher-value",
"supportedSingleSignOnModes": ["supportedSingleSignOnModes-value"]
}