Cloud Security Command Center API API client library
Project description
Cloud Security Command Center API: The public Cloud Security Command Center API.
Quick Start
In order to use this library, you first need to go through the following steps:
Installation
Install this library in a virtualenv using pip. virtualenv is a tool to create isolated Python environments. The basic problem it addresses is one of dependencies and versions, and indirectly permissions.
With virtualenv, it’s possible to install this library without needing system install permissions, and without clashing with the installed system dependencies.
Supported Python Versions
Python >= 3.5
Deprecated Python Versions
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
Mac/Linux
pip install virtualenv
virtualenv <your-env>
source <your-env>/bin/activate
<your-env>/bin/pip install google-cloud-securitycenter
Windows
pip install virtualenv
virtualenv <your-env>
<your-env>\Scripts\activate
<your-env>\Scripts\pip.exe install google-cloud-securitycenter
Next Steps
Read the Product documentation to learn more about the product and see How-to Guides.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for google-cloud-securitycenter-0.4.0.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6eca936af9d0799dadaf0c0d36cf2c8f683b75d2651720d9c65a8fa591fa7cfc |
|
MD5 | 4459ea86dd80ac353bc727be55df7fef |
|
BLAKE2b-256 | 96ba326df5eadfbca29acddf42d475ccee234e9c5ef4b446c1c42a488fd1916c |
Hashes for google_cloud_securitycenter-0.4.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9f76bc700823e088173498d009fc14e8b68a833751eb709a63ab037e4c6261ae |
|
MD5 | f7aa23a4e0a0a8e0e34e4c82b27bdefe |
|
BLAKE2b-256 | 549d73fd1816ac0ba24c6081c1c416d4284ac7a9aa8a206ca8c92f6391677486 |