Skip to content

Latest commit

 

History

History
47 lines (35 loc) · 1.6 KB

cloud_okta_identity_provider.md

File metadata and controls

47 lines (35 loc) · 1.6 KB
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.

citrix_cloud_okta_identity_provider (Resource)

Manages a Citrix Cloud Okta Identity Provider instance. Note that this feature is in Tech Preview.

Example Usage

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
}

Schema

Required

  • 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.

Read-Only

  • id (String) ID of the Citrix Cloud Identity Provider instance.

Import

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