externalAuthenticationMethod 资源类型

命名空间:microsoft.graph

重要

Microsoft Graph /beta 版本下的 API 可能会发生更改。 不支持在生产应用程序中使用这些 API。 若要确定 API 是否在 v1.0 中可用,请使用 版本 选择器。

向用户注册的外部身份验证方法的表示形式。 外部身份验证方法用于使用外部标识提供者登录到Microsoft Entra ID。

externalAuthenticationMethod 资源是 authenticationMethod 资源类型的派生类型。

方法

方法 返回类型 Description
List externalAuthenticationMethod 集合 获取 externalAuthenticationMethod 对象及其属性的列表。
创建 externalAuthenticationMethod 创建新的 externalAuthenticationMethod 对象。
Get externalAuthenticationMethod 读取 externalAuthenticationMethod 对象的属性和关系。
删除 None 删除 externalAuthenticationMethod 对象。

属性

属性 类型 说明
configurationId String 用于管理Microsoft Entra ID 中的外部身份验证方法的唯一标识符。
createdDateTime DateTimeOffset 表示创建实体的日期和时间。 继承自 authenticationMethod
lastUsedDateTime DateTimeOffset 用户上次使用身份验证方法的日期和时间。 只读。 可选。 如果身份验证方法未填充,则 null 此可选值为 。 时间戳类型使用 ISO 8601 格式表示日期和时间信息,并且始终采用 UTC 格式。 例如,2014 年 1 月 1 日午夜 UTC 为 2014-01-01T00:00:00Z。 继承自 authenticationMethod
displayName String 为已注册的外部身份验证方法提供的自定义名称。
id String 用户的身份验证方法的唯一标识符。 继承自 entity

关系

无。

JSON 表示形式

以下 JSON 表示形式显示了资源类型。

{
  "@odata.type": "#microsoft.graph.externalAuthenticationMethod",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "lastUsedDateTime": "String (timestamp)",
  "configurationId": "String",
  "displayName": "String"
}