Resource: azuread_user_flow_attribute

Manages user flow attributes in an Azure Active Directory (Azure AD) tenant.

API Permissions

The following API permissions are required in order to use this resource.

When authenticated with a service principal, this resource requires the following application role: IdentityUserFlow.ReadWrite.All

Example Usage

Basic example

resource "azuread_user_flow_attribute" "example" {
  display_name = "Hobby"
  description  = "Your hobby"
  data_type    = "string"
}

Argument Reference

The following arguments are supported:

Attributes Reference

In addition to all arguments above, the following attributes are exported:

Import

User flow attributes can be imported using the id, e.g.

terraform import azuread_user_flow_attribute.example extension_ecc9f88db2924942b8a96f44873616fe_Hobbyjkorv