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>"
}
}resource "apono_resource_integration" "azure-ad-integration" {
name = "Entra ID (Azure AD) Groups"
type = "azure-ad"
connector_id = "apono-connector-id"
connected_resource_types = ["azure-ad-group"]
integration_config = {
cloud_type = "<Cloud Type>"
}
}{
"azure-ad-integration": {
"name": "Entra ID (Azure AD) Groups",
"type": "azure-ad",
"connector_id": "apono-connector-id",
"connected_resource_types": [
"azure-ad-group"
],
"integration_config": {
"cloud_type": "<Cloud Type>",
}
}
}Schema
typeazure-adconnected_resource_typesList of resource types to sync.
Integration Config
cloud_type(Optional | String) Cloud TypeDefault value:
azurePossible values: azure, azure-gov
Last updated
Was this helpful?
