Skip to content

Commit 0208b57

Browse files
authored
Merge branch 'main' into internaldomainfederation-update.md
2 parents 4c0f9ce + 7e498db commit 0208b57

17 files changed

+35
-23
lines changed

api-reference/beta/resources/authenticationmethod.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: "jpettere"
66
ms.reviewer: intelligentaccesspm
77
ms.subservice: "entra-sign-in"
88
doc_type: "resourcePageType"
9-
ms.date: 12/06/2024
9+
ms.date: 12/27/2024
1010
---
1111

1212
# authenticationMethod resource type
@@ -17,13 +17,15 @@ Namespace: microsoft.graph
1717

1818
An abstract type that represents an authentication method registered to a user. An [authentication method](/azure/active-directory/authentication/concept-authentication-methods) is something used by a user to authenticate or otherwise prove their identity to the system. Some examples include password, phone (usable via SMS or voice call), FIDO2 security keys, and more.
1919

20+
Inherits from [entity](../resources/entity.md).
21+
2022
This resource type is an abstract type that's inherited by the following derived types:
2123

2224
+ [emailAuthenticationMethod](emailauthenticationmethod.md)
2325
+ [fido2AuthenticationMethod](fido2authenticationmethod.md)
2426
+ [hardwareOathAuthenticationMethod](hardwareOathAuthenticationMethod.md)
2527
+ [microsoftAuthenticatorAuthenticationMethod](microsoftauthenticatorauthenticationmethod.md)
26-
+ [passwordlessMicrosoftAuthenticatorAuthenticationMethod](passwordlessmicrosoftauthenticatorauthenticationmethod.md)
28+
+ [passwordlessMicrosoftAuthenticatorAuthenticationMethod](passwordlessmicrosoftauthenticatorauthenticationmethod.md) (deprecated)
2729
+ [passwordAuthenticationMethod](passwordauthenticationmethod.md)
2830
+ [phoneAuthenticationMethod](phoneauthenticationmethod.md)
2931
+ [softwareOathAuthenticationMethod](softwareoathauthenticationmethod.md)
@@ -44,7 +46,8 @@ This resource type is an abstract type that's inherited by the following derived
4446

4547
| Property | Type | Description |
4648
|:-------------|:------------|:------------|
47-
|id|String| The identifier of this instance of an authentication method registered to this user. Read-only. |
49+
|id|String| The identifier of this instance of an authentication method registered to this user. Read-only. Inherited from [entity](../resources/entity.md). |
50+
|createdDateTime|DateTimeOffset| The date and time the authentication method was registered to the user. Read-only. Optional. This optional value is `null` if the authentication method doesn't populate it. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
4851

4952
## Relationships
5053

@@ -66,7 +69,8 @@ The following JSON representation shows the resource type.
6669
```json
6770
{
6871
"@odata.type": "#microsoft.graph.authenticationMethod",
69-
"id": "String (identifier)"
72+
"id": "String (identifier)",
73+
"createdDateTime": "String (timestamp)"
7074
}
7175
```
7276

api-reference/beta/resources/emailauthenticationmethod.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ This is a derived type that inherits from the [authenticationMethod](authenticat
3434
|Property|Type|Description|
3535
|:---|:---|:---|
3636
|id|String|The identifier of the email address registered to this user. The ID is always `3ddfcfc8-9383-446f-83cc-3ab9be4be18f`.|
37+
|createdDateTime|DateTimeOffset| The date and time the authentication method was registered to the user. Read-only. Optional. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
3738
|emailAddress|String|The email address registered to this user.|
3839

3940
## Relationships
@@ -52,6 +53,7 @@ The following JSON representation shows the resource type.
5253
``` json
5354
{
5455
"@odata.type": "#microsoft.graph.emailAuthenticationMethod",
56+
"createdDateTime": "String (timestamp)",
5557
"id": "String (identifier)",
5658
"emailAddress": "String"
5759
}

api-reference/beta/resources/hardwareoathauthenticationmethod.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ Inherits from [authenticationMethod](../resources/authenticationmethod.md).
3535
## Properties
3636
|Property|Type|Description|
3737
|:---|:---|:---|
38+
|createdDateTime|DateTimeOffset| The date and time the authentication method was registered to the user. Read-only. Optional. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
3839
|id|String|Unique identifier for the device. Inherited from [entity](../resources/entity.md).|
3940

4041
## Relationships
@@ -55,6 +56,7 @@ The following JSON representation shows the resource type.
5556
``` json
5657
{
5758
"@odata.type": "#microsoft.graph.hardwareOathAuthenticationMethod",
59+
"createdDateTime": "String (timestamp)",
5860
"id": "String (identifier)",
5961
}
6062
```

api-reference/beta/resources/microsoftauthenticatorauthenticationmethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following JSON representation shows the resource type.
5959
"displayName": "String",
6060
"deviceTag": "String",
6161
"phoneAppVersion": "String",
62-
"createdDateTime": "DateTimeOffset",
62+
"createdDateTime": "String (timestamp)",
6363
"clientAppName": "microsoftAuthenticator"
6464
}
6565
```

api-reference/beta/resources/passwordauthenticationmethod.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ None.
4343

4444
The following JSON representation shows the resource type.
4545

46-
The following JSON representation shows the resource type.
47-
4846
<!-- {
4947
"blockType": "resource",
5048
"optionalProperties": [

api-reference/beta/resources/passwordlessmicrosoftauthenticatorauthenticationmethod.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ This is a derived type that inherits from the [authenticationMethod](authenticat
4141

4242

4343
The following JSON representation shows the resource type.
44-
The following is a JSON representation of the resource.
4544
<!-- {
4645
"blockType": "resource",
4746
"keyProperty": "id",

api-reference/beta/resources/phoneauthenticationmethod.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ This is a derived type that inherits from the [authenticationMethod](authenticat
4242

4343
| Property | Type | Description |
4444
|:-------------|:------------|:------------|
45+
|createdDateTime|DateTimeOffset| The date and time the authentication method was registered to the user. Read-only. Optional. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
4546
|id|String| The identifier of this phone registered to this user. Read-only. <br/><br/>The value of ID is one of the following:<ul><li>`b6332ec1-7057-4abe-9331-3d72feddfe41` - where **phoneType** is `alternateMobile`.</li><li>`e37fc753-ff3b-4958-9484-eaa9425c82bc` - where **phoneType** is `office`.</li><li>`3179e48a-750b-4051-897c-87b9720928f7` - where **phoneType** is `mobile`.</li>|
4647
|phoneNumber|String|The phone number to text or call for authentication. Phone numbers use the format "+\<country code\> \<number\>x\<extension\>", with extension optional. For example, +1 5555551234 or +1 5555551234x123 are valid. Numbers are rejected when creating/updating if they don't match the required format. |
4748
|phoneType|authenticationPhoneType|The type of this phone. Possible values are: `mobile`, `alternateMobile`, or `office`.|
@@ -90,6 +91,7 @@ The following JSON representation shows the resource type.
9091
```json
9192
{
9293
"@odata.type": "#microsoft.graph.phoneAuthenticationMethod",
94+
"createdDateTime": "String (timestamp)",
9395
"id": "String (identifier)",
9496
"phoneNumber": "String",
9597
"phoneType": "string",

api-reference/beta/resources/platformcredentialauthenticationmethod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ The following JSON representation shows the resource type.
5555
"@odata.type": "#microsoft.graph.platformCredentialAuthenticationMethod",
5656
"id": "String (Identifier)",
5757
"displayName": "String",
58-
"createdDateTime": "String",
58+
"createdDateTime": "String (timestamp)",
5959
"keyStrength": {"@odata.type": "microsoft.graph.authenticationMethodKeyStrength"},
6060
"platform": {"@odata.type": "microsoft.graph.authenticationMethodPlatform"}
6161
}

api-reference/beta/resources/softwareoathauthenticationmethod.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ This is a derived type that inherits from the [authenticationMethod](authenticat
3131
## Properties
3232
|Property|Type|Description|
3333
|:---|:---|:---|
34+
|createdDateTime|DateTimeOffset| The date and time the authentication method was registered to the user. Read-only. Optional. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is `2014-01-01T00:00:00Z`.|
3435
|id|String|The authentication method identifier.|
3536
|secretKey|String|The secret key of the method. Always returns `null`.|
3637

@@ -50,6 +51,7 @@ The following JSON representation shows the resource type.
5051
``` json
5152
{
5253
"@odata.type": "#microsoft.graph.softwareOathAuthenticationMethod",
54+
"createdDateTime": "String (timestamp)",
5355
"id": "String (identifier)",
5456
"secretKey": "String"
5557
}

api-reference/beta/resources/temporaryaccesspassauthenticationmethod.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ This is a derived type that inherits from the [authenticationMethod](authenticat
4747
None.
4848

4949
The following JSON representation shows the resource type.
50-
The following is a JSON representation of the resource.
5150
<!-- {
5251
"blockType": "resource",
5352
"keyProperty": "id",

0 commit comments

Comments
 (0)