kestra_security_integration

kestra_security_integration (Resource)

Manages a Kestra Security Integration. Note that when imported URI and secret token are not provided.

Schema

Required

  • name (String) The name of the security integration.
  • type (String) The type of the security integration.

Optional

  • description (String) The description of the security integration.

Read-Only

  • id (String) The ID of this resource.
  • secret_token (String, Sensitive) The secret token of the security integration. Not provided when importing the resource.
  • tenant_id (String) The tenant id.
  • uid (String) The unique identifier of the security integration.
  • uri (String) The url of the security integration. Not provided when importing the resource.

Was this page helpful?