google-apis-securitycenter_v1beta2 0.33.0 → 0.34.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7ea332c32f6c0402f38205c1550d1046d4f235a13b83cb1af32da0134411dae9
|
4
|
+
data.tar.gz: d09532d14521e2ee835e6ad5b003ac6b3300fb54e57c1c517b85906c1dbf7e92
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 30b1ff2ed080e42e73951be20c30245c591b6f344d01239bb455930e67e7086697ed37c12c225fefe74e7f90f43dbebebe9d5105a98795e9214f696fbe4de7b3
|
7
|
+
data.tar.gz: 918c21d6169e3c19b7210c7e54cdab835dbfad971c9264745d9de27f083e8bfa14677ede9345c25e0757d9562e281108f42de5c257b38876aef1e02a79c402f4
|
data/CHANGELOG.md
CHANGED
@@ -54,8 +54,8 @@ module Google
|
|
54
54
|
# A string representing the principal_subject associated with the identity. As
|
55
55
|
# compared to `principal_email`, supports principals that aren't associated with
|
56
56
|
# email addresses, such as third party principals. For most identities, the
|
57
|
-
# format will be `principal://iam.googleapis.com/`identity pool name`/
|
58
|
-
# subject
|
57
|
+
# format will be `principal://iam.googleapis.com/`identity pool name`/subjects/`
|
58
|
+
# subject`` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
|
59
59
|
# GKE_HUB_WORKLOAD) that are still in the legacy format `serviceAccount:`
|
60
60
|
# identity pool name`[`subject`]`
|
61
61
|
# Corresponds to the JSON property `principalSubject`
|
@@ -2499,7 +2499,7 @@ module Google
|
|
2499
2499
|
class ServiceAccountDelegationInfo
|
2500
2500
|
include Google::Apis::Core::Hashable
|
2501
2501
|
|
2502
|
-
# The email address of a Google account.
|
2502
|
+
# The email address of a Google account.
|
2503
2503
|
# Corresponds to the JSON property `principalEmail`
|
2504
2504
|
# @return [String]
|
2505
2505
|
attr_accessor :principal_email
|
@@ -2507,8 +2507,8 @@ module Google
|
|
2507
2507
|
# A string representing the principal_subject associated with the identity. As
|
2508
2508
|
# compared to `principal_email`, supports principals that aren't associated with
|
2509
2509
|
# email addresses, such as third party principals. For most identities, the
|
2510
|
-
# format will be `principal://iam.googleapis.com/`identity pool name`/
|
2511
|
-
# subject
|
2510
|
+
# format will be `principal://iam.googleapis.com/`identity pool name`/subjects/`
|
2511
|
+
# subject`` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
|
2512
2512
|
# GKE_HUB_WORKLOAD) that are still in the legacy format `serviceAccount:`
|
2513
2513
|
# identity pool name`[`subject`]`
|
2514
2514
|
# Corresponds to the JSON property `principalSubject`
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module SecuritycenterV1beta2
|
18
18
|
# Version of the google-apis-securitycenter_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.34.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.9.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20220825"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-securitycenter_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.34.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-
|
11
|
+
date: 2022-09-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta2/v0.34.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|