Data Source: azuread_group

Gets information about an Azure Active Directory group.

API Permissions

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

When authenticated with a service principal, this data source requires one of the following application roles: Group.Read.All or Directory.Read.All

When authenticated with a user principal, this data source does not require any additional roles.

Example Usage (by Group Display Name)

data "azuread_group" "example" {
  display_name     = "MyGroupName"
  security_enabled = true
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:


dynamic_membership block exports the following: