You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// HashicorpCertificateConfig, CyberarkVaultUsernamePassword and CyberarkVaultAllowedLocationConfig
42
43
Certificate*string`json:"certificate,omitempty"`// The ID of Credentials within the Certificate Vault holding the certificate
44
+
43
45
// AzureClientSecret
44
46
TenantID*string`json:"tenantId,omitempty"`// Tenant (directory) ID of Azure application in Azure Active Directory which has permission to access secrets in Azure Key Vault
45
47
ClientID*string`json:"clientId,omitempty"`// Client (application) ID of Azure application in Azure Active Directory which has permission to access secrets in Azure Key Vault
46
48
ClientSecret*string`json:"clientSecret,omitempty"`// Client secret generated for Azure application in Azure Active Directory used for proving identity when requesting a token used later for accessing secrets in Azure Key Vault
49
+
50
+
//CyberarkVaultUsernamePassword
51
+
UsernamePasswordForCPM*string`json:"usernamePasswordForCPM,omitempty"`// No documentation available
52
+
53
+
// CyberarkVaultAllowedLocationConfig and CyberarkVaultUsernamePassword
0 commit comments