page_title | subcategory | description |
---|---|---|
citrix_cloud_okta_identity_provider Resource - citrix |
Citrix Cloud |
Manages a Citrix Cloud Okta Identity Provider instance. Note that this feature is in Tech Preview. |
Manages a Citrix Cloud Okta Identity Provider instance. Note that this feature is in Tech Preview.
resource "citrix_cloud_okta_identity_provider" "example_okta_idp" {
name = "example Okta idp"
okta_domain = "example.okta.com"
okta_client_id = var.example_okta_client_id
okta_client_secret = var.example_okta_client_secret
okta_api_token = var.example_okta_api_token
}
name
(String) Name of the Citrix Cloud Identity Provider instance.okta_api_token
(String, Sensitive) Okta API token for configuring Okta Identity Provider.okta_client_id
(String) ID of the Okta client for configuring Okta Identity Provider.okta_client_secret
(String, Sensitive) Secret of the Okta client for configuring Okta Identity Provider.okta_domain
(String) Okta domain name for configuring Okta Identity Provider.
id
(String) ID of the Citrix Cloud Identity Provider instance.
Import is supported using the following syntax:
# Citrix Cloud Okta Identity Provider can be imported by specifying the ID
terraform import citrix_cloud_okta_identity_provider.example_okta_idp 00000000-0000-0000-0000-000000000000