Package com.strongdm.api
Class CyberarkPAMExperimentalStore
java.lang.Object
com.strongdm.api.CyberarkPAMExperimentalStore
- All Implemented Interfaces:
- SecretStore
CyberarkPAMExperimentalStore is currently unstable, and its API may change, or it may be removed,
  without a major version bump.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionThe URL of the Cyberark instancegetId()Unique identifier of the SecretStore.getName()Unique human-readable name of the SecretStore.getTags()Tags is a map of key, value pairs.voidThe URL of the Cyberark instancevoidUnique identifier of the SecretStore.voidUnique human-readable name of the SecretStore.voidTags is a map of key, value pairs.
- 
Constructor Details- 
CyberarkPAMExperimentalStorepublic CyberarkPAMExperimentalStore()
 
- 
- 
Method Details- 
getAppURLThe URL of the Cyberark instance
- 
setAppURLThe URL of the Cyberark instance
- 
getIdUnique identifier of the SecretStore.- Specified by:
- getIdin interface- SecretStore
 
- 
setIdUnique identifier of the SecretStore.
- 
getNameUnique human-readable name of the SecretStore.- Specified by:
- getNamein interface- SecretStore
 
- 
setNameUnique human-readable name of the SecretStore.- Specified by:
- setNamein interface- SecretStore
 
- 
getTagsTags is a map of key, value pairs.- Specified by:
- getTagsin interface- SecretStore
 
- 
setTagsTags is a map of key, value pairs.- Specified by:
- setTagsin interface- SecretStore
 
 
-