» Data Source: azuread_group

Gets information about an Azure Active Directory group.

» Example Usage (by Group Display Name)

data "azuread_group" "test_group" {
  name = "MyTestGroup"
}

» Argument Reference

The following arguments are supported:

  • name - (Required) The Name of the Azure AD Group we want to lookup.

» Attributes Reference

The following attributes are exported:

  • id - The Object ID of the Azure AD Group.