Entra ID (Azure AD) Groups

Azure Active Directory (Azure AD) is Microsoft's cloud-based identity and access management service, providing group and role management to securely control and streamline user access to enterpris

Example Usage


azure-ad-integration.tf
resource "apono_integration" "azure-ad-integration" {
  name                     = "Entra ID (Azure AD) Groups"
  type                     = "azure-ad"
  connector_id             = "apono-connector-id"
  connected_resource_types = ["azure-ad-group"]
  metadata = {
  }
}

Schema


  • type azure-ad

  • connected_resource_types List of resource types to sync.

Available resource types you can use
  • azure-ad-group

  • azure-ad-role

Integration Config


Last updated

Was this helpful?