Okta Group

This integration allows user to request temporary membership to Okta groups

Example Usage


okta-group-integration.tf
resource "apono_integration" "okta-group-integration" {
  name                     = "Okta Group"
  type                     = "okta-group"
  connector_id             = "apono-connector-id"
  connected_resource_types = ["okta-group"]
  metadata = {
    org_url = "<Okta Organization URL>"
  }
  aws_secret = {
    region    = "aws_region_template_value"
    secret_id = "aws_secret_id_template_value"
  }
}

Schema


  • type okta-group

  • connected_resource_types List of resource types to sync.

Available resource types you can use
  • okta-group

Integration Config


  • org_url (Required | String) Okta Organization URL

Last updated

Was this helpful?