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
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-adconnected_resource_types
List of resource types to sync.
Integration Config
Last updated
Was this helpful?