@pierskarsenbarg/sdm
TypeScript icon, indicating that this package has built-in type declarations

1.11.0 • Public • Published

StrongDM Resource Provider

The StrongDM Resource Provider lets you manage StrongDM resources.

Installing

This package is available for several languages/platforms:

Node.js (JavaScript/TypeScript)

To use from JavaScript or TypeScript in Node.js, install using either npm:

npm install @pierskarsenbarg/sdm

or yarn:

yarn add @pierskarsenbarg/sdm

Python

To use from Python, install using pip:

pip install pierskarsenbarg-pulumi-sdm

Go

To use from Go, use go get to grab the latest version of the library:

go get github.com/pierskarsenbarg/pulumi-sdm/sdk/go/...

.NET

To use from .NET, install using dotnet add package:

dotnet add package PiersKarsenbarg.Sdm

Configuration

The following configuration points are available for the sdm provider:

  • sdm:apiAccessKey (environment: SDM_API_ACCESS_KEY) - the API key for Strong DM
  • sdm:apiSecretKey (environment: SDM_API_SECRET_KEY) - the corresponding secret key for the above API key

Todo

  • Add Java language support
  • Add YAML language support

Package Sidebar

Install

npm i @pierskarsenbarg/sdm

Weekly Downloads

1,145

Version

1.11.0

License

Apache-2.0

Unpacked Size

881 kB

Total Files

136

Last publish

Collaborators

  • pierskarsenbarg