client

package
v0.0.0-...-0e4e14f Latest Latest
Warning

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

Go to latest
Published: Feb 28, 2025 License: MPL-2.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Client

type Client struct {
	// NOTE: Key Vault and Managed HSMs are /intentionally/ split into two different service packages
	// whilst the service shares a similar interface - the behaviours and functionalities of the service
	// including the casing that is required to be used for the constants - differs between the two
	// services.
	//
	// As such this separation on our side is intentional to avoid code reuse given these differences.
	VaultsClient *vaults.VaultsClient

	ManagementClient *dataplane.BaseClient // TODO: we should rename this DataPlaneClient in time
	// contains filtered or unexported fields
}

func NewClient

func NewClient(o *common.ClientOptions) (*Client, error)

func (*Client) AddToCache

func (c *Client) AddToCache(keyVaultId commonids.KeyVaultId, dataPlaneUri string)

func (*Client) BaseUriForKeyVault

func (c *Client) BaseUriForKeyVault(ctx context.Context, keyVaultId commonids.KeyVaultId) (*string, error)

func (*Client) Exists

func (c *Client) Exists(ctx context.Context, keyVaultId commonids.KeyVaultId) (bool, error)

func (*Client) KeyVaultIDFromBaseUrl

func (c *Client) KeyVaultIDFromBaseUrl(ctx context.Context, subscriptionId commonids.SubscriptionId, keyVaultBaseUrl string) (*string, error)

func (*Client) Purge

func (c *Client) Purge(keyVaultId commonids.KeyVaultId)

Jump to

Keyboard shortcuts

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