page_title | subcategory | description |
---|---|---|
cyberark_sync_policy Resource - cyberark |
Sync Policy Resource
This resource is responsible for creating a new sync policy to synchronize the secrets between cloud platforms (secret store) and Privilege Cloud using CyberArk Secrets Hub.
For more information click here https://docs.cyberark.com/secrets-hub-privilege-cloud/Latest/en/Content/Developer/sh-policy-api-tutorial.htm?tocpath=Developer%7CTutorials%7C_____4. |
Sync Policy Resource
This resource is responsible for creating a new sync policy to synchronize the secrets between cloud platforms (secret store) and Privilege Cloud using CyberArk Secrets Hub.
For more information click here.
resource "cyberark_sync_policy" "syncpolicy" {
name = "azure_policy"
description = "Policy description"
source_id = "Source ID"
target_id = "Target ID"
safe_name = "TF_TEST_SAFE"
transformation = "password_only_plain_text"
}
name
(String) Custom Sync Secret Store Policy Name for customizing the object name in a SecretsHub.safe_name
(String) Safe name need to be synced with targetsource_id
(String) SourceID to sync secrets fromtarget_id
(String) TargetID to sync secrets to
description
(String) Description for policy.transformation
(String) To sync only the password as plain text to password_only_plain_text
id
(String) Sync policy Generated from CyberArk after onboarding policy into a secretshub.last_updated
(String)safe_type
(String) Should always be PAM_SAFE for sync policy.