Okta Group
This integration allows user to request temporary membership to Okta groups
Example Usage
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-groupconnected_resource_types
List of resource types to sync.
Integration Config
org_url
(Required | String) Okta Organization URL
Last updated
Was this helpful?