Documentation
¶
Index ¶
- type Client
- func (c *Client) AddToCache(keyVaultId commonids.KeyVaultId, dataPlaneUri string)
- func (c *Client) BaseUriForKeyVault(ctx context.Context, keyVaultId commonids.KeyVaultId) (*string, error)
- func (c *Client) Exists(ctx context.Context, keyVaultId commonids.KeyVaultId) (bool, error)
- func (c *Client) KeyVaultIDFromBaseUrl(ctx context.Context, subscriptionId commonids.SubscriptionId, ...) (*string, error)
- func (c *Client) Purge(keyVaultId commonids.KeyVaultId)
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 (*Client) AddToCache ¶
func (c *Client) AddToCache(keyVaultId commonids.KeyVaultId, dataPlaneUri string)
func (*Client) BaseUriForKeyVault ¶
func (*Client) KeyVaultIDFromBaseUrl ¶
func (*Client) Purge ¶
func (c *Client) Purge(keyVaultId commonids.KeyVaultId)
Click to show internal directories.
Click to hide internal directories.