identityCustomUserFlowAttribute resource type
Namespace: microsoft.graph
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Represents a custom user flow attribute that can be used in self-service sign-up user flows in Microsoft Entra External ID in workforce and external tenants, and in Azure AD B2C tenants.
Inherits from identityUserFlowAttribute.
Properties
Property | Type | Description |
---|---|---|
dataType | identityUserFlowAttributeDataType | The data type of the user flow attribute and can't be modified after the custom user flow attribute is created. The supported values for dataType are: string , boolean , int64 , stringCollection , dateTime . Inherited from identityUserFlowAttribute. |
displayName | String | The display name of the user flow attribute. Inherited from identityUserFlowAttribute |
description | String | The description of the user flow attribute that's shown to the user at the time of sign up. Inherited from identityUserFlowAttribute |
id | String | The identifier of the user flow attribute. Read-only. Inherited from identityUserFlowAttribute |
userFlowAttributeType | identityUserFlowAttributeType | The type of the user flow attribute and is a read-only attribute that is automatically set. The value for this attribute is custom . Inherited from identityUserFlowAttribute. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.identityCustomUserFlowAttribute",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"userFlowAttributeType": "String",
"dataType": "String"
}