google-cloud-security_center_management 1.2.1 → 1.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +8 -0
- data/lib/google/cloud/security_center_management/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8eed6417514f1a43e5dcd5324f8bfbc6be33ac0948b9467bb97a3cf855bbb1da
|
4
|
+
data.tar.gz: 8926ab9de0f8550b5a8ce68aeff06d1abacd3e7d00d544ca7a3097793a99b9de
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9add40b0609d19fc31c7772a86dfa1bc4275e9b2454febb1bae21fc78002ec00a3857a942996a3982c74b1ec1e14bfbba3bdf0edb5dd8c3b98b6d22409dea7f2
|
7
|
+
data.tar.gz: 244a0b3a8c93193bec952be53f23d04db8bfb78a696e11b13aeaeed2260332a0195ecbf6f4315e01f3bf6d7d9cbc786bb9f17036960530ccac679acf904bf059
|
data/README.md
CHANGED
@@ -34,6 +34,14 @@ In order to use this library, you first need to go through the following steps:
|
|
34
34
|
1. [Enable the API.](https://console.cloud.google.com/apis/library/securitycentermanagement.googleapis.com)
|
35
35
|
1. {file:AUTHENTICATION.md Set up authentication.}
|
36
36
|
|
37
|
+
```ruby
|
38
|
+
require "google/cloud/security_center_management"
|
39
|
+
|
40
|
+
client = Google::Cloud::SecurityCenterManagement.security_center_management
|
41
|
+
request = ::Google::Cloud::SecurityCenterManagement::V1::ListEffectiveSecurityHealthAnalyticsCustomModulesRequest.new # (request fields as keyword arguments...)
|
42
|
+
response = client.list_effective_security_health_analytics_custom_modules request
|
43
|
+
```
|
44
|
+
|
37
45
|
## Debug Logging
|
38
46
|
|
39
47
|
This library comes with opt-in Debug Logging that can help you troubleshoot
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-security_center_management
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.2.
|
4
|
+
version: 1.2.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
76
76
|
- !ruby/object:Gem::Version
|
77
77
|
version: '0'
|
78
78
|
requirements: []
|
79
|
-
rubygems_version: 3.6.
|
79
|
+
rubygems_version: 3.6.9
|
80
80
|
specification_version: 4
|
81
81
|
summary: Management API for Security Command Center, a built-in security and risk
|
82
82
|
management solution for Google Cloud. Use this API to programmatically update the
|