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
provider "cyberark" {
tenant = "aarp0000"
domain = "example-domain"
clientid = "[email protected]"
clientsecret = "SincerelySecure2#24!"
}
clientid
(String) CyberArk Client ID, formatted as [email protected].clientsecret
(String, Sensitive) CyberArk Client ID Password.domain
(String) CyberArk Privilege Cloud Domain.tenant
(String) CyberArk Shared Services Tenant.