identityBuiltInUserFlowAttribute resource type
Namespace: microsoft.graph
Represents a built-in user flow attribute in Azure AD for workforce tenants, Azure AD for customers tenants, and Azure AD B2C tenants that can be used in self-service sign-up user flows. These attributes can't be modified and are read-only.
Inherits from identityUserFlowAttribute.
Properties
Property | Type | Description |
---|---|---|
dataType | identityUserFlowAttributeDataType | The data type of the user flow attribute. This 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. Read-only. |
description | String | The description of the user flow attribute that's shown to the user at the time of sign-up. Inherited from identityUserFlowAttribute. Read-only. |
displayName | String | The display name of the user flow attribute. Inherited from identityUserFlowAttribute. Read-only. |
id | String | The identifier of the user flow attribute. This is a read-only attribute that is automatically created. Inherited from identityUserFlowAttribute |
userFlowAttributeType | identityUserFlowAttributeType | The type of the user flow attribute. This is a read-only attribute that is automatically set. The value for this property is builtIn . Inherited from identityUserFlowAttribute. Read-only. |
Relationships
None.
JSON representation
Here's a JSON representation of the resource.
{
"@odata.type": "#microsoft.graph.identityBuiltInUserFlowAttribute",
"id": "String (identifier)",
"displayName": "String",
"description": "String",
"userFlowAttributeType": "String",
"dataType": "String"
}
Feedback
Submit and view feedback for