emailAuthenticationMethod 资源类型

命名空间:microsoft.graph

重要

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

注册到用户的电子邮件地址的表示形式。 电子邮件是一种身份验证方法,仅适用于 SSPR (的自助服务密码) 。 用户可能只有一种电子邮件身份验证方法。

Methods

方法 返回类型 Description
List emailAuthenticationMethod 集合 检索用户的电子邮件AuthenticationMethods 的列表。 用户可能只有一种电子邮件身份验证方法。
创建 emailAuthenticationMethod 创建用户的电子邮件Methods 对象。
获取 emailAuthenticationMethod 检索用户 emailAuthenticationMethod 对象的属性。
更新 emailAuthenticationMethod 更新用户 emailMethods 对象的属性。
删除 删除用户的电子邮件AuthenticationMethod 对象。

属性

属性 类型 说明
id String 注册到此用户的电子邮件地址的标识符。
emailAddress String 注册到此用户的电子邮件地址。

关系

无。

JSON 表示形式

下面是资源的 JSON 表示形式。

{
  "@odata.type": "#microsoft.graph.emailAuthenticationMethod",
  "id": "String (identifier)",
  "emailAddress": "String"
}