educationIdentityMatchingOptions 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph版本下的 /beta API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
提供源属性和目标属性之间用于匹配用户帐户的映射。 Source 属性应存在于源数据中。 Target 属性应为 Azure Active Directory (Azure AD) 中的有效属性。
属性
| 属性 | 类型 | 说明 |
|---|---|---|
| appliesTo | String | 要分配给许可证的用户角色类型。 可取值为:student、teacher、faculty。 |
| sourcePropertyName | 字符串 | Source 属性的名称,该名称应为源数据中的字段名称。 此属性区分大小写。 |
| targetPropertyName | 字符串 | 目标属性的名称,该名称应为 Azure AD 中的有效属性。 此属性区分大小写。 |
| targetDomain | 字符串 | 要与要在目标中匹配的 source 属性后缀的域。 如果提供为 null,则 source 属性将用于与目标属性匹配。 |
JSON 表示形式
{
"appliesTo": { "@odata.type": "microsoft.graph.educationUserRole" },
"sourcePropertyName": "String",
"targetPropertyName": "String",
"targetDomain": "String"
}
反馈
提交和查看相关反馈