educationOnPremisesInfo 资源类型
命名空间:microsoft.graph
用于将本地 Active Directory 用户帐户与其Microsoft Entra 用户对象关联的其他信息。
属性
属性 | 类型 | 说明 |
---|---|---|
immutableId | String | Active Directory 中用户对象的唯一标识符。 |
关系
无。
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.educationOnPremisesInfo",
"immutableId": "String"
}