keyvault

package
v0.7.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2018 License: MIT Imports: 7 Imported by: 4

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func New

func New(
	armDeployer arm.Deployer,
	keyvaultManager keyvault.Manager,
) service.Module

New returns a new instance of a type that fulfills the service.Module interface and is capable of provisioning Key Vault using "Azure Key Vault"

Types

type BindingParameters

type BindingParameters struct {
}

BindingParameters encapsulates keyvault-specific binding options

type Credentials

type Credentials struct {
	VaultURI     string `json:"vaultUri"`
	ClientID     string `json:"clientId"`
	ClientSecret string `json:"clientSecret"`
}

Credentials encapsulates Key Vault-specific coonection details and credentials.

type ProvisioningParameters

type ProvisioningParameters struct {
	ObjectID     string `json:"objectId"`
	ClientID     string `json:"clientId"`
	ClientSecret string `json:"clientSecret"`
}

ProvisioningParameters encapsulates keyvault-specific provisioning options

type UpdatingParameters

type UpdatingParameters struct {
}

UpdatingParameters encapsulates keyvault-specific updating options

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL