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 = {
cloud_type = "<Cloud Type>"
}
}
Schema
type
azure-adconnected_resource_types
List of resource types to sync.
Integration Config
cloud_type
(Optional | String) Cloud TypeDefault value:
azure
Possible values: azure, azure-gov
Last updated
Was this helpful?