google-apis-iam_v1 0.50.0 → 0.51.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: 29fd4d76fd1a49edf7fb094299d604a2d49182dd0c129753bbe14cd48f278716
4
- data.tar.gz: a86ef64379fa26c52b2576517cd11643ea9024ec45a9a901ddcf6074b78f0d02
3
+ metadata.gz: 23aa52e3052103be92a0e9cbd333aacdc63b18cfa7a450d6805a13887a7fc18c
4
+ data.tar.gz: 2a99e49e4cd51413b5d0d8c105eea044205c8973bfc2636e1c236cabdfaf016e
5
5
  SHA512:
6
- metadata.gz: be9461b6b4f105b12d45c9ff0c33bd3bcab80e0ee0b3aef910cc9274d89923e02485e7b3c5d8e23f868c4550beb5af1ed472208c8dbfe8936e13750371120e9b
7
- data.tar.gz: 478457a6de643c887df475038b43c21e6665f4586256dbd7470367c7729b7955dadb2fe9af5bad2f9aa89bcfbbef627805e1ba1b80f24927dc68e4f73eceafed
6
+ metadata.gz: 3f4906f88431e61d5b2b36b048073c190c0dc4527fcdda7f26fd47b095823797d683570aabcb112af3d3a67e24fae651fbe9cb46c85f23662386e1423731b3bc
7
+ data.tar.gz: 8cad11bbef857ae02797d670ff4770531181fd4fc5b628989e6d5d09288b43591d1c33f537a1c96670af1fb633990169ea17e48bed288594ba27f47291e80500
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-iam_v1
2
2
 
3
+ ### v0.51.0 (2023-12-10)
4
+
5
+ * Regenerated from discovery document revision 20231130
6
+
3
7
  ### v0.50.0 (2023-11-05)
4
8
 
5
9
  * Regenerated from discovery document revision 20231026
@@ -2527,12 +2527,13 @@ module Google
2527
2527
  # keywords may be referenced in the expressions: * `assertion`: JSON
2528
2528
  # representing the authentication credential issued by the provider. * `google`:
2529
2529
  # The Google attributes mapped from the assertion in the `attribute_mappings`. `
2530
- # google.profile_photo` and `google.display_name` are not supported. * `
2531
- # attribute`: The custom attributes mapped from the assertion in the `
2532
- # attribute_mappings`. The maximum length of the attribute condition expression
2533
- # is 4096 characters. If unspecified, all valid authentication credentials will
2534
- # be accepted. The following example shows how to only allow credentials with a
2535
- # mapped `google.groups` value of `admins`: ``` "'admins' in google.groups" ```
2530
+ # google.profile_photo`, `google.display_name` and `google.posix_username` are
2531
+ # not supported. * `attribute`: The custom attributes mapped from the assertion
2532
+ # in the `attribute_mappings`. The maximum length of the attribute condition
2533
+ # expression is 4096 characters. If unspecified, all valid authentication
2534
+ # credentials will be accepted. The following example shows how to only allow
2535
+ # credentials with a mapped `google.groups` value of `admins`: ``` "'admins' in
2536
+ # google.groups" ```
2536
2537
  # Corresponds to the JSON property `attributeCondition`
2537
2538
  # @return [String]
2538
2539
  attr_accessor :attribute_condition
@@ -2552,29 +2553,32 @@ module Google
2552
2553
  # bindings. * `google.profile_photo`: The URL that specifies the authenticated
2553
2554
  # user's thumbnail photo. This is an optional field. When set, the image will be
2554
2555
  # visible as the user's profile picture. If not set, a generic user icon will be
2555
- # displayed instead. This attribute cannot be referenced in IAM bindings. You
2556
- # can also provide custom attributes by specifying `attribute.`custom_attribute``
2557
- # , where `custom_attribute` is the name of the custom attribute to be mapped.
2558
- # You can define a maximum of 50 custom attributes. The maximum length of a
2559
- # mapped attribute key is 100 characters, and the key may only contain the
2560
- # characters [a-z0-9_]. You can reference these attributes in IAM policies to
2561
- # define fine-grained access for a workforce pool to Google Cloud resources. For
2562
- # example: * `google.subject`: `principal://iam.googleapis.com/locations/global/
2563
- # workforcePools/`pool`/subject/`value`` * `google.groups`: `principalSet://iam.
2564
- # googleapis.com/locations/global/workforcePools/`pool`/group/`value`` * `
2565
- # attribute.`custom_attribute``: `principalSet://iam.googleapis.com/locations/
2566
- # global/workforcePools/`pool`/attribute.`custom_attribute`/`value`` Each value
2567
- # must be a [Common Expression Language] (https://opensource.google/projects/cel)
2568
- # function that maps an identity provider credential to the normalized
2569
- # attribute specified by the corresponding map key. You can use the `assertion`
2570
- # keyword in the expression to access a JSON representation of the
2571
- # authentication credential issued by the provider. The maximum length of an
2572
- # attribute mapping expression is 2048 characters. When evaluated, the total
2573
- # size of all mapped attributes must not exceed 4KB. For OIDC providers, you
2574
- # must supply a custom mapping that includes the `google.subject` attribute. For
2575
- # example, the following maps the `sub` claim of the incoming credential to the `
2576
- # subject` attribute on a Google token: ``` `"google.subject": "assertion.sub"` `
2577
- # ``
2556
+ # displayed instead. This attribute cannot be referenced in IAM bindings. * `
2557
+ # google.posix_username`: The linux username used by OS login. This is an
2558
+ # optional field and the mapped posix username cannot exceed 32 characters, The
2559
+ # key must match the regex "^a-zA-Z0-9._`0,31`$". This attribute cannot be
2560
+ # referenced in IAM bindings. You can also provide custom attributes by
2561
+ # specifying `attribute.`custom_attribute``, where `custom_attribute` is the
2562
+ # name of the custom attribute to be mapped. You can define a maximum of 50
2563
+ # custom attributes. The maximum length of a mapped attribute key is 100
2564
+ # characters, and the key may only contain the characters [a-z0-9_]. You can
2565
+ # reference these attributes in IAM policies to define fine-grained access for a
2566
+ # workforce pool to Google Cloud resources. For example: * `google.subject`: `
2567
+ # principal://iam.googleapis.com/locations/global/workforcePools/`pool`/subject/`
2568
+ # value`` * `google.groups`: `principalSet://iam.googleapis.com/locations/global/
2569
+ # workforcePools/`pool`/group/`value`` * `attribute.`custom_attribute``: `
2570
+ # principalSet://iam.googleapis.com/locations/global/workforcePools/`pool`/
2571
+ # attribute.`custom_attribute`/`value`` Each value must be a [Common Expression
2572
+ # Language] (https://opensource.google/projects/cel) function that maps an
2573
+ # identity provider credential to the normalized attribute specified by the
2574
+ # corresponding map key. You can use the `assertion` keyword in the expression
2575
+ # to access a JSON representation of the authentication credential issued by the
2576
+ # provider. The maximum length of an attribute mapping expression is 2048
2577
+ # characters. When evaluated, the total size of all mapped attributes must not
2578
+ # exceed 4KB. For OIDC providers, you must supply a custom mapping that includes
2579
+ # the `google.subject` attribute. For example, the following maps the `sub`
2580
+ # claim of the incoming credential to the `subject` attribute on a Google token:
2581
+ # ``` `"google.subject": "assertion.sub"` ```
2578
2582
  # Corresponds to the JSON property `attributeMapping`
2579
2583
  # @return [Hash<String,String>]
2580
2584
  attr_accessor :attribute_mapping
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module IamV1
18
18
  # Version of the google-apis-iam_v1 gem
19
- GEM_VERSION = "0.50.0"
19
+ GEM_VERSION = "0.51.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231026"
25
+ REVISION = "20231130"
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-iam_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.50.0
4
+ version: 0.51.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: 2023-11-05 00:00:00.000000000 Z
11
+ date: 2023-12-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -59,7 +59,7 @@ licenses:
59
59
  metadata:
60
60
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
61
61
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1/CHANGELOG.md
62
- documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.50.0
62
+ documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.51.0
63
63
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
64
64
  post_install_message:
65
65
  rdoc_options: []