命名空间: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 managementManagementMailHuman resourcesCRMMarketingIT infrastructureHealthFinanceERPData servicesDeveloper servicesConsumerE-commerceEducation、Media、Productivity、、 TravelTelecommunicationsProject managementTools和 。Web design & hostingBusiness ManagementCollaboration 支持 $filter(contains)。 |
| deprecationDate | 日期 | 此应用程序的弃用日期。 如果指定,则应用程序将在此日期从Microsoft Entra应用程序库中删除。 |
| description | String | 应用程序的说明。 |
| displayName | String | 应用程序的名称。 支持 $filter(contains)。 |
| endpoints | 字符串集合 | 表示此应用程序使用的各种域的字符串 URL 的集合。 |
| homePageUrl | String | 应用程序的主页 URL。 |
| id | String | 应用程序的唯一标识符。 只读。 |
| isEntraIntegrated | 布尔值 | 指示应用程序是否与 Entra ID (集成,例如,通过单一登录或用户预配) 。 |
| lastModifiedDateTime | DateTimeOffset | 上次更新应用程序数据的日期和时间,使用 ISO 8601 格式表示,始终以 UTC 时间表示。 |
| logoUrl | String | 用于获取此应用程序的徽标的 URL。 |
| 发布者 | String | 此应用程序的发布者的名称。 |
| riskFactors | applicationRiskFactors | 应用程序的一组全面的风险评估数据,包括常规、安全性、合规性和法律维度。 仅在使用 时 $select 返回。 |
| riskScore | applicationRiskScore | 表示应用程序的Microsoft生成的数值风险评估。
$orderby在总 (上受支持, $orderby=riskScore/total desc 例如) 。 仅在使用 时 $select 返回。 |
| supportedProvisioningTypes | 字符串集合 | 此应用程序支持的预配模式列表。 唯一 sync有效的值为 。 |
| supportedSingleSignOnModes | 字符串集合 | 此应用程序支持的单一登录模式列表。 支持的值是:oidc、password、saml 和 notSupported。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"categories": ["categories-value"],
"deprecationDate": "String (Date)",
"description": "description-value",
"displayName": "displayName-value",
"endpoints": ["String"],
"homePageUrl": "homePageUrl-value",
"id": "id-value",
"isEntraIntegrated": "Boolean",
"lastModifiedDateTime": "String (timestamp)",
"logoUrl": "logoUrl-value",
"publisher": "publisher-value",
"riskFactors": {"@odata.type": "microsoft.graph.applicationRiskFactors"},
"riskScore": {"@odata.type": "microsoft.graph.applicationRiskScore"},
"supportedSingleSignOnModes": ["supportedSingleSignOnModes-value"]
}