Skip to content

Commit 4afc252

Browse files
authored
Update user-profile-attributes.md
alternativeSecurityId with the new MS Graph name
1 parent b6ab55c commit 4afc252

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/user-profile-attributes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ The table below lists the [user resource type](https://docs.microsoft.com/graph/
3535
|---------|---------|----------|------------|----------|-------------|
3636
|accountEnabled |Boolean|Whether the user account is enabled or disabled: **true** if the account is enabled, otherwise **false**.|Yes|No|Persisted, Output|
3737
|ageGroup |String|The user’s age group. Possible values: null, Undefined, Minor, Adult, NotAdult.|Yes|No|Persisted, Output|
38-
|alternativeSecurityId|String|A single user identity from the external identity provider.|No|No|Input, Persisted, Output|
39-
|alternativeSecurityIds|alternative securityId collection|A collection of user identities from external identity providers.|No|No|Persisted, Output|
38+
|alternativeSecurityId ([Identities](manage-user-accounts-graph-api.md#identities-property))|String|A single user identity from the external identity provider.|No|No|Input, Persisted, Output|
39+
|alternativeSecurityIds ([Identities](manage-user-accounts-graph-api.md#identities-property))|alternative securityId collection|A collection of user identities from external identity providers.|No|No|Persisted, Output|
4040
|city |String|The city in which the user is located. Max length 128.|Yes|Yes|Persisted, Output|
4141
|consentProvidedForMinor|String|Whether the consent has been provided for a minor. Allowed values: null, granted, denied, or notRequired.|Yes|No|Persisted, Output|
4242
|country |String|The country/region in which the user is located. Example: “US” or “UK”. Max length 128.|Yes|Yes|Persisted, Output|

0 commit comments

Comments
 (0)