Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 871 Bytes

index.md

File metadata and controls

32 lines (25 loc) · 871 Bytes
page_title subcategory description
cyberark Provider
Configure tenant used to onboard account types into CyberArk Privilege Cloud Vault

cyberark Provider

Configure tenant used to onboard account types into CyberArk Privilege Cloud Vault

Example Usage

provider "cyberark" {
  tenant       = "aarp0000"
  domain       = "example-domain"
  clientid     = "[email protected]"
  clientsecret = "SincerelySecure2#24!"
}

Schema

Required

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