npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@datafire/azure_hardwaresecuritymodules_dedicatedhsm

v3.0.0

Published

DataFire integration for Azure Dedicated HSM Resource Provider

Downloads

47

Readme

@datafire/azure_hardwaresecuritymodules_dedicatedhsm

Client library for Azure Dedicated HSM Resource Provider

Installation and Usage

npm install --save @datafire/azure_hardwaresecuritymodules_dedicatedhsm
let azure_hardwaresecuritymodules_dedicatedhsm = require('@datafire/azure_hardwaresecuritymodules_dedicatedhsm').create({
  access_token: "",
  refresh_token: "",
  client_id: "",
  client_secret: "",
  redirect_uri: ""
});

.then(data => {
  console.log(data);
});

Description

The Azure management API provides a RESTful set of web services that interact with Azure Dedicated HSM RP.

Actions

DedicatedHsm_ListBySubscription

The List operation gets information about the dedicated HSMs associated with the subscription.

azure_hardwaresecuritymodules_dedicatedhsm.DedicatedHsm_ListBySubscription({
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • $top integer: Maximum number of results to return.
    • api-version required string: Client Api Version.
    • subscriptionId required string: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

DedicatedHsm_ListByResourceGroup

The List operation gets information about the dedicated hsms associated with the subscription and within the specified resource group.

azure_hardwaresecuritymodules_dedicatedhsm.DedicatedHsm_ListByResourceGroup({
  "resourceGroupName": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: The name of the Resource Group to which the dedicated HSM belongs.
    • $top integer: Maximum number of results to return.
    • api-version required string: Client Api Version.
    • subscriptionId required string: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

DedicatedHsm_Delete

Deletes the specified Azure Dedicated HSM.

azure_hardwaresecuritymodules_dedicatedhsm.DedicatedHsm_Delete({
  "resourceGroupName": "",
  "name": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: The name of the Resource Group to which the dedicated HSM belongs.
    • name required string: The name of the dedicated HSM to delete
    • api-version required string: Client Api Version.
    • subscriptionId required string: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Output schema unknown

DedicatedHsm_Get

Gets the specified Azure dedicated HSM.

azure_hardwaresecuritymodules_dedicatedhsm.DedicatedHsm_Get({
  "resourceGroupName": "",
  "name": "",
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: The name of the Resource Group to which the dedicated hsm belongs.
    • name required string: The name of the dedicated HSM.
    • api-version required string: Client Api Version.
    • subscriptionId required string: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

DedicatedHsm_Update

Update a dedicated HSM in the specified subscription.

azure_hardwaresecuritymodules_dedicatedhsm.DedicatedHsm_Update({
  "resourceGroupName": "",
  "name": "",
  "parameters": null,
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: The name of the Resource Group to which the server belongs.
    • name required string: Name of the dedicated HSM
    • parameters required DedicatedHsmPatchParameters
    • api-version required string: Client Api Version.
    • subscriptionId required string: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

DedicatedHsm_CreateOrUpdate

Create or Update a dedicated HSM in the specified subscription.

azure_hardwaresecuritymodules_dedicatedhsm.DedicatedHsm_CreateOrUpdate({
  "resourceGroupName": "",
  "name": "",
  "parameters": null,
  "api-version": "",
  "subscriptionId": ""
}, context)

Input

  • input object
    • resourceGroupName required string: The name of the Resource Group to which the resource belongs.
    • name required string: Name of the dedicated Hsm
    • parameters required DedicatedHsm
    • api-version required string: Client Api Version.
    • subscriptionId required string: Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call.

Output

Definitions

ApiEntityReference

  • ApiEntityReference object: The API entity reference.
    • id string: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...

DedicatedHsm

  • DedicatedHsm object: Resource information with extended details.
    • properties required DedicatedHsmProperties
    • id string: The Azure Resource Manager resource ID for the dedicated HSM.
    • location required string: The supported Azure location where the dedicated HSM should be created.
    • name string: The name of the dedicated HSM.
    • sku Sku
    • tags object: Resource tags
    • type string: The resource type of the dedicated HSM.
    • zones array: The Dedicated Hsm zones.
      • items string

DedicatedHsmError

  • DedicatedHsmError object: The error exception.

DedicatedHsmListResult

  • DedicatedHsmListResult object: List of dedicated HSMs
    • nextLink string: The URL to get the next set of dedicated hsms.
    • value array: The list of dedicated HSMs.

DedicatedHsmPatchParameters

  • DedicatedHsmPatchParameters object: Patchable properties of the dedicated HSM
    • tags object: Resource tags

DedicatedHsmProperties

  • DedicatedHsmProperties object: Properties of the dedicated hsm
    • networkProfile NetworkProfile
    • provisioningState string (values: Succeeded, Provisioning, Allocating, Connecting, Failed, CheckingQuota, Deleting): Provisioning state.
    • stampId string: This field will be used when RP does not support Availability zones.
    • statusMessage string: Resource Status Message.

Error

  • Error object: The key vault server error.
    • code string: The error code.
    • innererror Error
    • message string: The error message.

NetworkInterface

  • NetworkInterface object: The network interface definition.
    • id string: The ARM resource id in the form of /subscriptions/{SubscriptionId}/resourceGroups/{ResourceGroupName}/...
    • privateIpAddress string: Private Ip address of the interface

NetworkProfile

  • NetworkProfile object

Resource

  • Resource object: Dedicated HSM resource
    • id string: The Azure Resource Manager resource ID for the dedicated HSM.
    • location required string: The supported Azure location where the dedicated HSM should be created.
    • name string: The name of the dedicated HSM.
    • sku Sku
    • tags object: Resource tags
    • type string: The resource type of the dedicated HSM.
    • zones array: The Dedicated Hsm zones.
      • items string

ResourceListResult

  • ResourceListResult object: List of dedicated HSM resources.
    • nextLink string: The URL to get the next set of dedicated HSM resources.
    • value array: The list of dedicated HSM resources.

Sku

  • Sku object
    • name string (values: SafeNet Luna Network HSM A790): SKU of the dedicated HSM