externalAuthenticationMethodConfiguration 资源类型
命名空间:microsoft.graph
重要
Microsoft Graph /beta
版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。
指定外部身份验证方法的属性和连接信息。
继承自 authenticationMethodConfiguration。
方法
方法 | 返回类型 | 说明 |
---|---|---|
Get | externalAuthenticationMethodConfiguration | 读取 externalAuthenticationMethodConfiguration 对象的属性和关系。 |
更新 | externalAuthenticationMethodConfiguration | 更新 externalAuthenticationMethodConfiguration 对象的属性。 |
删除 | None | 删除 externalAuthenticationMethodConfiguration 对象。 |
属性
属性 | 类型 | 说明 |
---|---|---|
appId | String | Microsoft Entra ID中应用注册的 appId,表示与外部提供程序的集成。 |
displayName | String | 外部身份验证方法的显示名称。 登录期间向用户显示此名称。 |
excludeTargets | excludeTarget 集合 | 组策略中排除的用户。 继承自 authenticationMethodConfiguration。 |
id | String | 此对象的唯一标识符。 只读。 继承自 entity。 |
openIdConnectSetting | openIdConnectSetting | 打开此外部身份验证方法使用的 ID 连接设置。 |
state | authenticationMethodState | 策略中方法的状态。 继承自 authenticationMethodConfiguration。 可能的值为: enabled 、 disabled 。 |
关系
关系 | 类型 | 说明 |
---|---|---|
includeTargets | authenticationMethodTarget 集合 | 一个组的集合,这些组允许将身份验证方法用作 Microsoft Entra ID 中的身份验证方法策略的一部分。 |
JSON 表示形式
以下 JSON 表示形式显示了资源类型。
{
"@odata.type": "#microsoft.graph.externalAuthenticationMethodConfiguration",
"id": "String (identifier)",
"state": "String",
"excludeTargets": [
{
"@odata.type": "microsoft.graph.excludeTarget"
}
],
"displayName": "String",
"appId": "String",
"openIdConnectSetting": {
"@odata.type": "microsoft.graph.openIdConnectSetting"
}
}