Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrAzCliSecretNotFound = errors.New("secret not found")
Functions ¶
This section is empty.
Types ¶
type KeyVaultService ¶
type KeyVaultService interface { GetKeyVault( ctx context.Context, subscriptionId string, resourceGroupName string, vaultName string, ) (*KeyVault, error) GetKeyVaultSecret( ctx context.Context, subscriptionId string, vaultName string, secretName string, ) (*Secret, error) PurgeKeyVault(ctx context.Context, subscriptionId string, vaultName string, location string) error }
func NewKeyVaultService ¶
func NewKeyVaultService( credentialProvider account.SubscriptionCredentialProvider, armClientOptions *arm.ClientOptions, coreClientOptions *azcore.ClientOptions, ) KeyVaultService
NewKeyVaultService creates a new KeyVault service
Click to show internal directories.
Click to hide internal directories.