google-apis-securitycenter_v1beta1 0.37.0 → 0.38.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: 724d246547f6e11a9bfcb229ca28c577402c7e870edfd0b3eb82e286fc0c328e
4
- data.tar.gz: 5e964edc8961349f0f2f4696eae29ce28171ec0df29dacb4710d3d5104f39cbd
3
+ metadata.gz: abb885709aa24a75bd7676c0323c5383caad796dac8347161def09bf42e64341
4
+ data.tar.gz: 1601b9c9c97c98c4cd235ce148decfd432173f048e5b54bd8ca4da3342618565
5
5
  SHA512:
6
- metadata.gz: 4b2a83ad1f89d2d67c8d2009ca1fb18776af3b48095d062072b248f548cc78073142522f9b83f43feed33dd5002d5d3eed94064a7bdcb12fcb8343b22f2e2511
7
- data.tar.gz: 5d9fbfc29cb958a44d0b345ac86856e1d3b0dafb29970d8f3a9fe1e5a9c605c6279bbf41fea06924e2815e18091aa5ff9a74de45de0bdb5c8acb9577b33385d1
6
+ metadata.gz: edf3f930e5dc6fb02448a866a612109d4eb345f9832d259dd923ae94c7adc11cf6fa629df5040454a33a983b9b9535498e614561fd166159ed0dbbf0b0963a93
7
+ data.tar.gz: 21fa19a29b2bcbb62cdf1c49e55ea74b6a35561ba35139aff3a8af45641e0c5bdaa116b11a6a5031d6565046df70d9d959201045787c9b444762a4d3b0d58a68
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-securitycenter_v1beta1
2
2
 
3
+ ### v0.38.0 (2022-08-31)
4
+
5
+ * Regenerated from discovery document revision 20220825
6
+
3
7
  ### v0.37.0 (2022-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20220824
@@ -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`/subject/`
58
- # subject)` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
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`
@@ -351,31 +351,33 @@ module Google
351
351
  # members` can have the following values: * `allUsers`: A special identifier
352
352
  # that represents anyone who is on the internet; with or without a Google
353
353
  # account. * `allAuthenticatedUsers`: A special identifier that represents
354
- # anyone who is authenticated with a Google account or a service account. * `
355
- # user:`emailid``: An email address that represents a specific Google account.
356
- # For example, `alice@example.com` . * `serviceAccount:`emailid``: An email
357
- # address that represents a Google service account. For example, `my-other-app@
358
- # appspot.gserviceaccount.com`. * `serviceAccount:`projectid`.svc.id.goog[`
359
- # namespace`/`kubernetes-sa`]`: An identifier for a [Kubernetes service account](
360
- # https://cloud.google.com/kubernetes-engine/docs/how-to/kubernetes-service-
361
- # accounts). For example, `my-project.svc.id.goog[my-namespace/my-kubernetes-sa]`
362
- # . * `group:`emailid``: An email address that represents a Google group. For
363
- # example, `admins@example.com`. * `deleted:user:`emailid`?uid=`uniqueid``: An
364
- # email address (plus unique identifier) representing a user that has been
365
- # recently deleted. For example, `alice@example.com?uid=123456789012345678901`.
366
- # If the user is recovered, this value reverts to `user:`emailid`` and the
367
- # recovered user retains the role in the binding. * `deleted:serviceAccount:`
368
- # emailid`?uid=`uniqueid``: An email address (plus unique identifier)
369
- # representing a service account that has been recently deleted. For example, `
370
- # my-other-app@appspot.gserviceaccount.com?uid=123456789012345678901`. If the
371
- # service account is undeleted, this value reverts to `serviceAccount:`emailid``
372
- # and the undeleted service account retains the role in the binding. * `deleted:
373
- # group:`emailid`?uid=`uniqueid``: An email address (plus unique identifier)
374
- # representing a Google group that has been recently deleted. For example, `
375
- # admins@example.com?uid=123456789012345678901`. If the group is recovered, this
376
- # value reverts to `group:`emailid`` and the recovered group retains the role in
377
- # the binding. * `domain:`domain``: The G Suite domain (primary) that represents
378
- # all the users of that domain. For example, `google.com` or `example.com`.
354
+ # anyone who is authenticated with a Google account or a service account. Does
355
+ # not include identities that come from external identity providers (IdPs)
356
+ # through identity federation. * `user:`emailid``: An email address that
357
+ # represents a specific Google account. For example, `alice@example.com` . * `
358
+ # serviceAccount:`emailid``: An email address that represents a Google service
359
+ # account. For example, `my-other-app@appspot.gserviceaccount.com`. * `
360
+ # serviceAccount:`projectid`.svc.id.goog[`namespace`/`kubernetes-sa`]`: An
361
+ # identifier for a [Kubernetes service account](https://cloud.google.com/
362
+ # kubernetes-engine/docs/how-to/kubernetes-service-accounts). For example, `my-
363
+ # project.svc.id.goog[my-namespace/my-kubernetes-sa]`. * `group:`emailid``: An
364
+ # email address that represents a Google group. For example, `admins@example.com`
365
+ # . * `deleted:user:`emailid`?uid=`uniqueid``: An email address (plus unique
366
+ # identifier) representing a user that has been recently deleted. For example, `
367
+ # alice@example.com?uid=123456789012345678901`. If the user is recovered, this
368
+ # value reverts to `user:`emailid`` and the recovered user retains the role in
369
+ # the binding. * `deleted:serviceAccount:`emailid`?uid=`uniqueid``: An email
370
+ # address (plus unique identifier) representing a service account that has been
371
+ # recently deleted. For example, `my-other-app@appspot.gserviceaccount.com?uid=
372
+ # 123456789012345678901`. If the service account is undeleted, this value
373
+ # reverts to `serviceAccount:`emailid`` and the undeleted service account
374
+ # retains the role in the binding. * `deleted:group:`emailid`?uid=`uniqueid``:
375
+ # An email address (plus unique identifier) representing a Google group that has
376
+ # been recently deleted. For example, `admins@example.com?uid=
377
+ # 123456789012345678901`. If the group is recovered, this value reverts to `
378
+ # group:`emailid`` and the recovered group retains the role in the binding. * `
379
+ # domain:`domain``: The G Suite domain (primary) that represents all the users
380
+ # of that domain. For example, `google.com` or `example.com`.
379
381
  # Corresponds to the JSON property `members`
380
382
  # @return [Array<String>]
381
383
  attr_accessor :members
@@ -3329,7 +3331,7 @@ module Google
3329
3331
  class ServiceAccountDelegationInfo
3330
3332
  include Google::Apis::Core::Hashable
3331
3333
 
3332
- # The email address of a Google account. .
3334
+ # The email address of a Google account.
3333
3335
  # Corresponds to the JSON property `principalEmail`
3334
3336
  # @return [String]
3335
3337
  attr_accessor :principal_email
@@ -3337,8 +3339,8 @@ module Google
3337
3339
  # A string representing the principal_subject associated with the identity. As
3338
3340
  # compared to `principal_email`, supports principals that aren't associated with
3339
3341
  # email addresses, such as third party principals. For most identities, the
3340
- # format will be `principal://iam.googleapis.com/`identity pool name`/subject/`
3341
- # subject)` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
3342
+ # format will be `principal://iam.googleapis.com/`identity pool name`/subjects/`
3343
+ # subject`` except for some GKE identities (GKE_WORKLOAD, FREEFORM,
3342
3344
  # GKE_HUB_WORKLOAD) that are still in the legacy format `serviceAccount:`
3343
3345
  # identity pool name`[`subject`]`
3344
3346
  # Corresponds to the JSON property `principalSubject`
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SecuritycenterV1beta1
18
18
  # Version of the google-apis-securitycenter_v1beta1 gem
19
- GEM_VERSION = "0.37.0"
19
+ GEM_VERSION = "0.38.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 = "20220824"
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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.37.0
4
+ version: 0.38.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-08-29 00:00:00.000000000 Z
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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.37.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-securitycenter_v1beta1/v0.38.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-securitycenter_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []