page_title | subcategory | description |
---|---|---|
cyberark Provider |
Configure tenant used to onboard account types into CyberArk Privilege Cloud Vault |
Configure tenant used to onboard account types into CyberArk Privilege Cloud Vault
variable "secret_key" {
type = string
sensitive = true
}
provider "cyberark" {
tenant = "aarp0000"
domain = "example-domain"
client_id = "[email protected]"
client_secret = var.secret_key
}
client_id
(String) CyberArk Client ID, formatted as [email protected].client_secret
(String, Sensitive) CyberArk Client ID Password.domain
(String) CyberArk Privilege Cloud Domain.tenant
(String) CyberArk Shared Services Tenant.