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 Terraform Resource Usage


resource "apono_integration" "azure-ad-integration" {
  name                     = "Azure AD Groups"
  type                     = "azure-ad"
  connector_id             = "apono-connector-id"
  connected_resource_types = ["resource-type-1", "resource-type-2"]
  metadata = {
  }
}

Schema


  • type azure-ad

  • connected_resource_types List of resource types to sync. The following are the available resource type/s you can use:

    • azure-ad

    • azure-ad-group

    • azure-ad-role

Metadata

Last updated