pulumiverse-aquasec


Namepulumiverse-aquasec JSON
Version 0.8.26 PyPI version JSON
download
home_pagehttps://www.pulumi.com
SummaryA Pulumi package for creating and managing Aquasec cloud resources.
upload_time2023-10-02 10:08:18
maintainer
docs_urlNone
author
requires_python>=3.7
licenseApache-2.0
keywords pulumi aquasec category/utility
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Aquasec Resource Provider

The Aquasec Resource Provider lets you manage [Aquasec](https://www.aquasec.com/) 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`:

```bash
npm install @pulumiverse/aquasec
```

or `yarn`:

```bash
yarn add @pulumiverse/aquasec
```

### Python

To use from Python, install using `pip`:

```bash
pip install pulumiverse_aquasec
```

### Go

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

```bash
go get github.com/pulumiverse/pulumi-aquasec/sdk/go/...
```

### .NET

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

```bash
dotnet add package Pulumiverse.Aquasec
```

## Configuration

The following configuration points are available for the `aquasec` provider:

- `aquasec:username` (environment: `AQUA_USER`) - This is the user id that should be used to make the connection.
- `aquasec:password` (environment: `AQUA_PASSWORD`) - This is the password that should be used to make the connection.
- `aquasec:aqua_url` (environment: `AQUA_URL`) - This is the base URL of your Aqua instance.

## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/aquasec/api-docs/).



            

Raw data

            {
    "_id": null,
    "home_page": "https://www.pulumi.com",
    "name": "pulumiverse-aquasec",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "pulumi aquasec category/utility",
    "author": "",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/ff/a5/013767dc3c460971bade210c168a8d2601166afe31159635f39614d18fd9/pulumiverse_aquasec-0.8.26.tar.gz",
    "platform": null,
    "description": "# Aquasec Resource Provider\n\nThe Aquasec Resource Provider lets you manage [Aquasec](https://www.aquasec.com/) resources.\n\n## Installing\n\nThis package is available for several languages/platforms:\n\n### Node.js (JavaScript/TypeScript)\n\nTo use from JavaScript or TypeScript in Node.js, install using either `npm`:\n\n```bash\nnpm install @pulumiverse/aquasec\n```\n\nor `yarn`:\n\n```bash\nyarn add @pulumiverse/aquasec\n```\n\n### Python\n\nTo use from Python, install using `pip`:\n\n```bash\npip install pulumiverse_aquasec\n```\n\n### Go\n\nTo use from Go, use `go get` to grab the latest version of the library:\n\n```bash\ngo get github.com/pulumiverse/pulumi-aquasec/sdk/go/...\n```\n\n### .NET\n\nTo use from .NET, install using `dotnet add package`:\n\n```bash\ndotnet add package Pulumiverse.Aquasec\n```\n\n## Configuration\n\nThe following configuration points are available for the `aquasec` provider:\n\n- `aquasec:username` (environment: `AQUA_USER`) - This is the user id that should be used to make the connection.\n- `aquasec:password` (environment: `AQUA_PASSWORD`) - This is the password that should be used to make the connection.\n- `aquasec:aqua_url` (environment: `AQUA_URL`) - This is the base URL of your Aqua instance.\n\n## Reference\n\nFor detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/aquasec/api-docs/).\n\n\n",
    "bugtrack_url": null,
    "license": "Apache-2.0",
    "summary": "A Pulumi package for creating and managing Aquasec cloud resources.",
    "version": "0.8.26",
    "project_urls": {
        "Homepage": "https://www.pulumi.com",
        "Repository": "https://github.com/pulumiverse/pulumi-aquasec"
    },
    "split_keywords": [
        "pulumi",
        "aquasec",
        "category/utility"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ffa5013767dc3c460971bade210c168a8d2601166afe31159635f39614d18fd9",
                "md5": "55ee5ba2f7cddef11169520cd8566d1c",
                "sha256": "160ecb7f88440224dc1885d4343410586d7db3a842dad27e66220285f2e63714"
            },
            "downloads": -1,
            "filename": "pulumiverse_aquasec-0.8.26.tar.gz",
            "has_sig": false,
            "md5_digest": "55ee5ba2f7cddef11169520cd8566d1c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 236274,
            "upload_time": "2023-10-02T10:08:18",
            "upload_time_iso_8601": "2023-10-02T10:08:18.982110Z",
            "url": "https://files.pythonhosted.org/packages/ff/a5/013767dc3c460971bade210c168a8d2601166afe31159635f39614d18fd9/pulumiverse_aquasec-0.8.26.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-10-02 10:08:18",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pulumiverse",
    "github_project": "pulumi-aquasec",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pulumiverse-aquasec"
}
        
Elapsed time: 0.12925s