microsoftAuthenticatorAuthenticationMethod 资源类型microsoftAuthenticatorAuthenticationMethod resource type
命名空间:microsoft.graphNamespace: microsoft.graph
注册到用户的 Microsoft Authenticator 应用的表示形式。A representation of the Microsoft Authenticator app registered to a user. Microsoft Authenticator 是一种身份验证方法。Microsoft Authenticator is an authentication method.
继承自 authenticationMethod。Inherits from authenticationMethod.
MethodsMethods
方法Method | 返回类型Return type | 说明Description |
---|---|---|
列出 microsoftAuthenticatorAuthenticationMethodsList microsoftAuthenticatorAuthenticationMethods | microsoftAuthenticatorAuthenticationMethod 集合microsoftAuthenticatorAuthenticationMethod collection | 获取 microsoftAuthenticatorAuthenticationMethod 对象及其属性的列表。Get a list of the microsoftAuthenticatorAuthenticationMethod objects and their properties. |
获取 microsoftAuthenticatorAuthenticationMethodGet microsoftAuthenticatorAuthenticationMethod | microsoftAuthenticatorAuthenticationMethodmicrosoftAuthenticatorAuthenticationMethod | 读取 microsoftAuthenticatorAuthenticationMethod 对象的属性和关系。Read the properties and relationships of a microsoftAuthenticatorAuthenticationMethod object. |
删除 microsoftAuthenticatorAuthenticationMethodDelete microsoftAuthenticatorAuthenticationMethod | 无None | 删除 microsoftAuthenticatorAuthenticationMethod 对象。Deletes a microsoftAuthenticatorAuthenticationMethod object. |
属性Properties
属性Property | 类型Type | 说明Description |
---|---|---|
createdDateTimecreatedDateTime | DateTimeOffsetDateTimeOffset | 此应用程序的注册日期和时间。The date and time that this app was registered. 如果设备未注册无密码电话登录,则此属性为 null。This property is null if the device is not registered for passwordless Phone Sign-In. |
displayNamedisplayName | StringString | 注册此应用的设备的名称。The name of the device on which this app is registered. |
idid | StringString | 此身份验证方法的唯一标识符。A unique identifier for this authentication method. 继承自 authenticationMethodInherited from authenticationMethod |
deviceTagdeviceTag | StringString | 包含应用元数据的标记。Tags containing app metadata. |
phoneAppVersionphoneAppVersion | StringString | Authenticator 应用的此实例的数字版本。Numerical version of this instance of the Authenticator app. |
关系Relationships
关系Relationship | 类型Type | 说明Description |
---|---|---|
设备device | 设备device | Microsoft Authenticator 所在的已注册设备。The registered device on which Microsoft Authenticator resides. 如果设备未注册无密码电话登录,则此属性为 null。This property is null if the device is not registered for passwordless Phone Sign-In. |
JSON 表示形式JSON representation
下面是资源的 JSON 表示形式。The following is a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.microsoftAuthenticatorAuthenticationMethod",
"id": "String (Identifier)",
"displayName": "String",
"deviceTag": "String",
"phoneAppVersion": "String",
"createdDateTime": "DateTimeOffset"
}