Discover Packages
github.com/RevBits/pam-api-go
client
package
Version:
v1.0.0
Opens a new window with list of versions in this module.
Published: Sep 24, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 14
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
func PamSecretValue(partnerDomain, secretId, apiKey string ) (interface{}, error )
PamSecretValue This will fetch the secret value against secret id of given partner domain and apikey
type PAMResponse struct {
Key string `json:"key"`
KeyA int `json:"keyA"`
KeyB int `json:"keyB"`
Value string `json:"value"`
ErrMessage string `json:"errorMessage"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.