google-apis-iam_v1 0.61.0 → 0.62.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/iam_v1/classes.rb +122 -116
- data/lib/google/apis/iam_v1/gem_version.rb +3 -3
- data/lib/google/apis/iam_v1/service.rb +23 -21
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 483c848def6aa7b9d449918df38a05b46c2be902675df35291b57da6404224b6
|
4
|
+
data.tar.gz: 00211f6630169d8dc64c828b186990bee4b6edbf526d35a80c30cd3dbd73a825
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ad8e7a4afab6c5cc4ca502dfc45d0f171d52afceca989320fc0ac82c01ec20ce91221be72e3be6d47fe8f4e6c647d1dda5072599c7301b7fd64e89d52f44d7f1
|
7
|
+
data.tar.gz: 97baa8e19bce026809fd8947cfe71e0fc4ec4c09d5bef75ad5571e900fadbbc33375eec99d1a8bb1e9bd4339438366ec3728a2bf95f8ae741910791a97028907
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-iam_v1
|
2
2
|
|
3
|
+
### v0.62.0 (2024-12-02)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20241114
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.61.0 (2024-07-25)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240722
|
@@ -752,13 +752,13 @@ module Google
|
|
752
752
|
# @return [String]
|
753
753
|
attr_accessor :issuer_uri
|
754
754
|
|
755
|
-
# OIDC JWKs in JSON String format. For details on the definition of a
|
756
|
-
# https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from
|
757
|
-
# discovery document(fetched from the .well-known path of the `issuer_uri`)
|
758
|
-
# be used. Currently, RSA and EC asymmetric keys are supported. The JWK
|
759
|
-
# following format and include only the following fields: ` "keys": [ `
|
760
|
-
# RSA/EC", "alg": "", "use": "sig", "kid": "", "n": "", "e": "", "x": "",
|
761
|
-
# , "crv": "" ` ] `
|
755
|
+
# Optional. OIDC JWKs in JSON String format. For details on the definition of a
|
756
|
+
# JWK, see https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from
|
757
|
+
# the discovery document(fetched from the .well-known path of the `issuer_uri`)
|
758
|
+
# will be used. Currently, RSA and EC asymmetric keys are supported. The JWK
|
759
|
+
# must use following format and include only the following fields: ` "keys": [ `
|
760
|
+
# "kty": "RSA/EC", "alg": "", "use": "sig", "kid": "", "n": "", "e": "", "x": "",
|
761
|
+
# "y": "", "crv": "" ` ] `
|
762
762
|
# Corresponds to the JSON property `jwksJson`
|
763
763
|
# @return [String]
|
764
764
|
attr_accessor :jwks_json
|
@@ -805,8 +805,9 @@ module Google
|
|
805
805
|
class GoogleIamAdminV1WorkforcePoolProviderOidcClientSecretValue
|
806
806
|
include Google::Apis::Core::Hashable
|
807
807
|
|
808
|
-
# Input only. The plain text of the client secret value. For security
|
809
|
-
# this field is only used for input and will never be populated in any
|
808
|
+
# Optional. Input only. The plain text of the client secret value. For security
|
809
|
+
# reasons, this field is only used for input and will never be populated in any
|
810
|
+
# response.
|
810
811
|
# Corresponds to the JSON property `plainText`
|
811
812
|
# @return [String]
|
812
813
|
attr_accessor :plain_text
|
@@ -831,9 +832,9 @@ module Google
|
|
831
832
|
class GoogleIamAdminV1WorkforcePoolProviderOidcWebSsoConfig
|
832
833
|
include Google::Apis::Core::Hashable
|
833
834
|
|
834
|
-
# Additional scopes to request for in the OIDC authentication request
|
835
|
-
# scopes requested by default. By default, the `openid`, `profile` and
|
836
|
-
# scopes that are supported by the identity provider are requested. Each
|
835
|
+
# Optional. Additional scopes to request for in the OIDC authentication request
|
836
|
+
# on top of scopes requested by default. By default, the `openid`, `profile` and
|
837
|
+
# `email` scopes that are supported by the identity provider are requested. Each
|
837
838
|
# additional scope may be at most 256 characters. A maximum of 10 additional
|
838
839
|
# scopes may be configured.
|
839
840
|
# Corresponds to the JSON property `additionalScopes`
|
@@ -1396,8 +1397,8 @@ module Google
|
|
1396
1397
|
# @return [String]
|
1397
1398
|
attr_accessor :expire_time
|
1398
1399
|
|
1399
|
-
# Immutable. The resource name of the OauthClient. Format:`projects/`
|
1400
|
-
# locations/`location`/oauthClients/`oauth_client``.
|
1400
|
+
# Immutable. Identifier. The resource name of the OauthClient. Format:`projects/`
|
1401
|
+
# project`/locations/`location`/oauthClients/`oauth_client``.
|
1401
1402
|
# Corresponds to the JSON property `name`
|
1402
1403
|
# @return [String]
|
1403
1404
|
attr_accessor :name
|
@@ -1455,9 +1456,9 @@ module Google
|
|
1455
1456
|
# @return [String]
|
1456
1457
|
attr_accessor :display_name
|
1457
1458
|
|
1458
|
-
# Immutable. The resource name of the OauthClientCredential. Format:
|
1459
|
-
# project`/locations/`location`/oauthClients/`oauth_client`/
|
1460
|
-
# credential``
|
1459
|
+
# Immutable. Identifier. The resource name of the OauthClientCredential. Format:
|
1460
|
+
# `projects/`project`/locations/`location`/oauthClients/`oauth_client`/
|
1461
|
+
# credentials/`credential``
|
1461
1462
|
# Corresponds to the JSON property `name`
|
1462
1463
|
# @return [String]
|
1463
1464
|
attr_accessor :name
|
@@ -1479,11 +1480,11 @@ module Google
|
|
1479
1480
|
class Oidc
|
1480
1481
|
include Google::Apis::Core::Hashable
|
1481
1482
|
|
1482
|
-
# Acceptable values for the `aud` field (audience) in the OIDC token.
|
1483
|
-
# exchange requests are rejected if the token audience does not match one
|
1484
|
-
# configured values. Each audience may be at most 256 characters. A
|
1485
|
-
# 10 audiences may be configured. If this list is empty, the OIDC
|
1486
|
-
# must be equal to the full canonical resource name of the
|
1483
|
+
# Optional. Acceptable values for the `aud` field (audience) in the OIDC token.
|
1484
|
+
# Token exchange requests are rejected if the token audience does not match one
|
1485
|
+
# of the configured values. Each audience may be at most 256 characters. A
|
1486
|
+
# maximum of 10 audiences may be configured. If this list is empty, the OIDC
|
1487
|
+
# token audience must be equal to the full canonical resource name of the
|
1487
1488
|
# WorkloadIdentityPoolProvider, with or without the HTTPS prefix. For example: ``
|
1488
1489
|
# ` //iam.googleapis.com/projects//locations//workloadIdentityPools//providers/
|
1489
1490
|
# https://iam.googleapis.com/projects//locations//workloadIdentityPools//
|
@@ -1592,9 +1593,9 @@ module Google
|
|
1592
1593
|
attr_accessor :api_version
|
1593
1594
|
|
1594
1595
|
# Output only. Identifies whether the user has requested cancellation of the
|
1595
|
-
# operation. Operations that have been cancelled successfully have
|
1596
|
-
# error value with a google.rpc.Status.code of 1
|
1597
|
-
# CANCELLED`.
|
1596
|
+
# operation. Operations that have been cancelled successfully have google.
|
1597
|
+
# longrunning.Operation.error value with a google.rpc.Status.code of `1`,
|
1598
|
+
# corresponding to `Code.CANCELLED`.
|
1598
1599
|
# Corresponds to the JSON property `cancelRequested`
|
1599
1600
|
# @return [Boolean]
|
1600
1601
|
attr_accessor :cancel_requested
|
@@ -1691,8 +1692,7 @@ module Google
|
|
1691
1692
|
# @return [String]
|
1692
1693
|
attr_accessor :custom_roles_support_level
|
1693
1694
|
|
1694
|
-
# A brief description of what this Permission is used for.
|
1695
|
-
# ONLY be used in predefined roles.
|
1695
|
+
# A brief description of what this Permission is used for.
|
1696
1696
|
# Corresponds to the JSON property `description`
|
1697
1697
|
# @return [String]
|
1698
1698
|
attr_accessor :description
|
@@ -1935,7 +1935,7 @@ module Google
|
|
1935
1935
|
attr_accessor :full_resource_name
|
1936
1936
|
|
1937
1937
|
# Optional limit on the number of roles to include in the response. The default
|
1938
|
-
# is 300, and the maximum is
|
1938
|
+
# is 300, and the maximum is 2,000.
|
1939
1939
|
# Corresponds to the JSON property `pageSize`
|
1940
1940
|
# @return [Fixnum]
|
1941
1941
|
attr_accessor :page_size
|
@@ -2830,21 +2830,22 @@ module Google
|
|
2830
2830
|
# @return [Google::Apis::IamV1::AccessRestrictions]
|
2831
2831
|
attr_accessor :access_restrictions
|
2832
2832
|
|
2833
|
-
# A user-specified description of the pool. Cannot exceed 256
|
2833
|
+
# Optional. A user-specified description of the pool. Cannot exceed 256
|
2834
|
+
# characters.
|
2834
2835
|
# Corresponds to the JSON property `description`
|
2835
2836
|
# @return [String]
|
2836
2837
|
attr_accessor :description
|
2837
2838
|
|
2838
|
-
# Disables the workforce pool. You cannot use a disabled pool to
|
2839
|
-
# or use existing tokens to access resources. If the pool is re-
|
2840
|
-
# existing tokens grant access again.
|
2839
|
+
# Optional. Disables the workforce pool. You cannot use a disabled pool to
|
2840
|
+
# exchange tokens, or use existing tokens to access resources. If the pool is re-
|
2841
|
+
# enabled, existing tokens grant access again.
|
2841
2842
|
# Corresponds to the JSON property `disabled`
|
2842
2843
|
# @return [Boolean]
|
2843
2844
|
attr_accessor :disabled
|
2844
2845
|
alias_method :disabled?, :disabled
|
2845
2846
|
|
2846
|
-
# A user-specified display name of the pool in Google Cloud Console.
|
2847
|
-
# exceed 32 characters.
|
2847
|
+
# Optional. A user-specified display name of the pool in Google Cloud Console.
|
2848
|
+
# Cannot exceed 32 characters.
|
2848
2849
|
# Corresponds to the JSON property `displayName`
|
2849
2850
|
# @return [String]
|
2850
2851
|
attr_accessor :display_name
|
@@ -2866,12 +2867,13 @@ module Google
|
|
2866
2867
|
# @return [String]
|
2867
2868
|
attr_accessor :parent
|
2868
2869
|
|
2869
|
-
# Duration that the Google Cloud access tokens, console sign-in
|
2870
|
-
# gcloud` sign-in sessions from this pool are valid. Must be
|
2871
|
-
# minutes (900s) and less than 12 hours (43200s). If `
|
2872
|
-
# configured, minted credentials have a default
|
2873
|
-
# For SAML providers, the lifetime of the token is
|
2874
|
-
# session_duration` and the `SessionNotOnOrAfter` claim in
|
2870
|
+
# Optional. Duration that the Google Cloud access tokens, console sign-in
|
2871
|
+
# sessions, and `gcloud` sign-in sessions from this pool are valid. Must be
|
2872
|
+
# greater than 15 minutes (900s) and less than 12 hours (43200s). If `
|
2873
|
+
# session_duration` is not configured, minted credentials have a default
|
2874
|
+
# duration of one hour (3600s). For SAML providers, the lifetime of the token is
|
2875
|
+
# the minimum of the `session_duration` and the `SessionNotOnOrAfter` claim in
|
2876
|
+
# the SAML assertion.
|
2875
2877
|
# Corresponds to the JSON property `sessionDuration`
|
2876
2878
|
# @return [String]
|
2877
2879
|
attr_accessor :session_duration
|
@@ -2903,20 +2905,20 @@ module Google
|
|
2903
2905
|
class WorkforcePoolProvider
|
2904
2906
|
include Google::Apis::Core::Hashable
|
2905
2907
|
|
2906
|
-
# A [Common Expression Language](https://opensource.google/projects/
|
2907
|
-
# expression, in plain text, to restrict what otherwise valid
|
2908
|
-
# credentials issued by the provider should not be accepted. The
|
2909
|
-
# output a boolean representing whether to allow the federation.
|
2910
|
-
# keywords may be referenced in the expressions: * `assertion`:
|
2911
|
-
# representing the authentication credential issued by the provider. * `
|
2912
|
-
# The Google attributes mapped from the assertion in the `
|
2913
|
-
# google.profile_photo`, `google.display_name` and `google.
|
2914
|
-
# not supported. * `attribute`: The custom attributes mapped
|
2915
|
-
# in the `attribute_mappings`. The maximum length of the
|
2916
|
-
# expression is 4096 characters. If unspecified, all valid
|
2917
|
-
# credentials will be accepted. The following example shows how
|
2918
|
-
# credentials with a mapped `google.groups` value of `admins`: ```
|
2919
|
-
# google.groups" ```
|
2908
|
+
# Optional. A [Common Expression Language](https://opensource.google/projects/
|
2909
|
+
# cel) expression, in plain text, to restrict what otherwise valid
|
2910
|
+
# authentication credentials issued by the provider should not be accepted. The
|
2911
|
+
# expression must output a boolean representing whether to allow the federation.
|
2912
|
+
# The following keywords may be referenced in the expressions: * `assertion`:
|
2913
|
+
# JSON representing the authentication credential issued by the provider. * `
|
2914
|
+
# google`: The Google attributes mapped from the assertion in the `
|
2915
|
+
# attribute_mappings`. `google.profile_photo`, `google.display_name` and `google.
|
2916
|
+
# posix_username` are not supported. * `attribute`: The custom attributes mapped
|
2917
|
+
# from the assertion in the `attribute_mappings`. The maximum length of the
|
2918
|
+
# attribute condition expression is 4096 characters. If unspecified, all valid
|
2919
|
+
# authentication credentials will be accepted. The following example shows how
|
2920
|
+
# to only allow credentials with a mapped `google.groups` value of `admins`: ```
|
2921
|
+
# "'admins' in google.groups" ```
|
2920
2922
|
# Corresponds to the JSON property `attributeCondition`
|
2921
2923
|
# @return [String]
|
2922
2924
|
attr_accessor :attribute_condition
|
@@ -2966,19 +2968,21 @@ module Google
|
|
2966
2968
|
# @return [Hash<String,String>]
|
2967
2969
|
attr_accessor :attribute_mapping
|
2968
2970
|
|
2969
|
-
# A user-specified description of the provider. Cannot exceed 256
|
2971
|
+
# Optional. A user-specified description of the provider. Cannot exceed 256
|
2972
|
+
# characters.
|
2970
2973
|
# Corresponds to the JSON property `description`
|
2971
2974
|
# @return [String]
|
2972
2975
|
attr_accessor :description
|
2973
2976
|
|
2974
|
-
# Disables the workforce pool provider. You cannot use a disabled
|
2975
|
-
# exchange tokens. However, existing tokens still grant access.
|
2977
|
+
# Optional. Disables the workforce pool provider. You cannot use a disabled
|
2978
|
+
# provider to exchange tokens. However, existing tokens still grant access.
|
2976
2979
|
# Corresponds to the JSON property `disabled`
|
2977
2980
|
# @return [Boolean]
|
2978
2981
|
attr_accessor :disabled
|
2979
2982
|
alias_method :disabled?, :disabled
|
2980
2983
|
|
2981
|
-
# A user-specified display name for the provider. Cannot exceed 32
|
2984
|
+
# Optional. A user-specified display name for the provider. Cannot exceed 32
|
2985
|
+
# characters.
|
2982
2986
|
# Corresponds to the JSON property `displayName`
|
2983
2987
|
# @return [String]
|
2984
2988
|
attr_accessor :display_name
|
@@ -3091,20 +3095,20 @@ module Google
|
|
3091
3095
|
class WorkloadIdentityPool
|
3092
3096
|
include Google::Apis::Core::Hashable
|
3093
3097
|
|
3094
|
-
# A description of the pool. Cannot exceed 256 characters.
|
3098
|
+
# Optional. A description of the pool. Cannot exceed 256 characters.
|
3095
3099
|
# Corresponds to the JSON property `description`
|
3096
3100
|
# @return [String]
|
3097
3101
|
attr_accessor :description
|
3098
3102
|
|
3099
|
-
# Whether the pool is disabled. You cannot use a disabled pool to
|
3100
|
-
# tokens, or use existing tokens to access resources. If the pool is re-
|
3101
|
-
# existing tokens grant access again.
|
3103
|
+
# Optional. Whether the pool is disabled. You cannot use a disabled pool to
|
3104
|
+
# exchange tokens, or use existing tokens to access resources. If the pool is re-
|
3105
|
+
# enabled, existing tokens grant access again.
|
3102
3106
|
# Corresponds to the JSON property `disabled`
|
3103
3107
|
# @return [Boolean]
|
3104
3108
|
attr_accessor :disabled
|
3105
3109
|
alias_method :disabled?, :disabled
|
3106
3110
|
|
3107
|
-
# A display name for the pool. Cannot exceed 32 characters.
|
3111
|
+
# Optional. A display name for the pool. Cannot exceed 32 characters.
|
3108
3112
|
# Corresponds to the JSON property `displayName`
|
3109
3113
|
# @return [String]
|
3110
3114
|
attr_accessor :display_name
|
@@ -3157,59 +3161,61 @@ module Google
|
|
3157
3161
|
class WorkloadIdentityPoolProvider
|
3158
3162
|
include Google::Apis::Core::Hashable
|
3159
3163
|
|
3160
|
-
# [A Common Expression Language](https://opensource.google/projects/
|
3161
|
-
# expression, in plain text, to restrict what otherwise valid
|
3162
|
-
# credentials issued by the provider should not be accepted. The
|
3163
|
-
# output a boolean representing whether to allow the federation.
|
3164
|
-
# keywords may be referenced in the expressions: * `assertion`:
|
3165
|
-
# representing the authentication credential issued by the provider. * `
|
3166
|
-
# The Google attributes mapped from the assertion in the `
|
3167
|
-
# `attribute`: The custom attributes mapped from the
|
3168
|
-
# attribute_mappings`. The maximum length of the attribute
|
3169
|
-
# is 4096 characters. If unspecified, all valid
|
3170
|
-
# accepted. The following example shows how to
|
3171
|
-
# mapped `google.groups` value of `admins`: ``` "'
|
3164
|
+
# Optional. [A Common Expression Language](https://opensource.google/projects/
|
3165
|
+
# cel) expression, in plain text, to restrict what otherwise valid
|
3166
|
+
# authentication credentials issued by the provider should not be accepted. The
|
3167
|
+
# expression must output a boolean representing whether to allow the federation.
|
3168
|
+
# The following keywords may be referenced in the expressions: * `assertion`:
|
3169
|
+
# JSON representing the authentication credential issued by the provider. * `
|
3170
|
+
# google`: The Google attributes mapped from the assertion in the `
|
3171
|
+
# attribute_mappings`. * `attribute`: The custom attributes mapped from the
|
3172
|
+
# assertion in the `attribute_mappings`. The maximum length of the attribute
|
3173
|
+
# condition expression is 4096 characters. If unspecified, all valid
|
3174
|
+
# authentication credential are accepted. The following example shows how to
|
3175
|
+
# only allow credentials with a mapped `google.groups` value of `admins`: ``` "'
|
3176
|
+
# admins' in google.groups" ```
|
3172
3177
|
# Corresponds to the JSON property `attributeCondition`
|
3173
3178
|
# @return [String]
|
3174
3179
|
attr_accessor :attribute_condition
|
3175
3180
|
|
3176
|
-
# Maps attributes from authentication credentials issued by an
|
3177
|
-
# identity provider to Google Cloud attributes, such as `subject` and `
|
3178
|
-
# Each key must be a string specifying the Google Cloud IAM attribute
|
3179
|
-
# The following keys are supported: * `google.subject`: The principal
|
3180
|
-
# authenticating. You can reference this value in IAM bindings. This is
|
3181
|
-
# subject that appears in Cloud Logging logs. Cannot exceed 127 bytes. *
|
3182
|
-
# groups`: Groups the external identity belongs to. You can grant
|
3183
|
-
# to resources using an IAM `principalSet` binding; access applies
|
3184
|
-
# members of the group. You can also provide custom attributes by
|
3185
|
-
# attribute.`custom_attribute``, where ``custom_attribute`` is the
|
3186
|
-
# custom attribute to be mapped. You can define a maximum of 50
|
3187
|
-
# attributes. The maximum length of a mapped attribute key is 100
|
3188
|
-
# and the key may only contain the characters [a-z0-9_]. You can
|
3189
|
-
# attributes in IAM policies to define fine-grained access for a
|
3190
|
-
# Google Cloud resources. For example: * `google.subject`: `
|
3191
|
-
# googleapis.com/projects/`project`/locations/`location`/
|
3192
|
-
# pool`/subject/`value`` * `google.groups`: `principalSet
|
3193
|
-
# projects/`project`/locations/`location`/
|
3194
|
-
# value`` * `attribute.`custom_attribute``: `
|
3195
|
-
# projects/`project`/locations/`location`/
|
3196
|
-
#
|
3197
|
-
# https://opensource.google/projects/cel)
|
3198
|
-
#
|
3199
|
-
# map key. You can use the `assertion`
|
3200
|
-
#
|
3201
|
-
#
|
3202
|
-
#
|
3203
|
-
#
|
3204
|
-
# mapping applies: ``` ` "
|
3205
|
-
# "assertion.arn.
|
3206
|
-
#
|
3207
|
-
# assumed-role
|
3208
|
-
# mappings are defined, they must
|
3209
|
-
# attribute. For OIDC providers, you
|
3210
|
-
#
|
3211
|
-
#
|
3212
|
-
# token: ``` `"google.subject":
|
3181
|
+
# Optional. Maps attributes from authentication credentials issued by an
|
3182
|
+
# external identity provider to Google Cloud attributes, such as `subject` and `
|
3183
|
+
# segment`. Each key must be a string specifying the Google Cloud IAM attribute
|
3184
|
+
# to map to. The following keys are supported: * `google.subject`: The principal
|
3185
|
+
# IAM is authenticating. You can reference this value in IAM bindings. This is
|
3186
|
+
# also the subject that appears in Cloud Logging logs. Cannot exceed 127 bytes. *
|
3187
|
+
# `google.groups`: Groups the external identity belongs to. You can grant
|
3188
|
+
# groups access to resources using an IAM `principalSet` binding; access applies
|
3189
|
+
# to all members of the group. You can also provide custom attributes by
|
3190
|
+
# specifying `attribute.`custom_attribute``, where ``custom_attribute`` is the
|
3191
|
+
# name of the custom attribute to be mapped. You can define a maximum of 50
|
3192
|
+
# custom attributes. The maximum length of a mapped attribute key is 100
|
3193
|
+
# characters, and the key may only contain the characters [a-z0-9_]. You can
|
3194
|
+
# reference these attributes in IAM policies to define fine-grained access for a
|
3195
|
+
# workload to Google Cloud resources. For example: * `google.subject`: `
|
3196
|
+
# principal://iam.googleapis.com/projects/`project`/locations/`location`/
|
3197
|
+
# workloadIdentityPools/`pool`/subject/`value`` * `google.groups`: `principalSet:
|
3198
|
+
# //iam.googleapis.com/projects/`project`/locations/`location`/
|
3199
|
+
# workloadIdentityPools/`pool`/group/`value`` * `attribute.`custom_attribute``: `
|
3200
|
+
# principalSet://iam.googleapis.com/projects/`project`/locations/`location`/
|
3201
|
+
# workloadIdentityPools/`pool`/attribute.`custom_attribute`/`value`` Each value
|
3202
|
+
# must be a [Common Expression Language] (https://opensource.google/projects/cel)
|
3203
|
+
# function that maps an identity provider credential to the normalized
|
3204
|
+
# attribute specified by the corresponding map key. You can use the `assertion`
|
3205
|
+
# keyword in the expression to access a JSON representation of the
|
3206
|
+
# authentication credential issued by the provider. The maximum length of an
|
3207
|
+
# attribute mapping expression is 2048 characters. When evaluated, the total
|
3208
|
+
# size of all mapped attributes must not exceed 8KB. For AWS providers, if no
|
3209
|
+
# attribute mapping is defined, the following default mapping applies: ``` ` "
|
3210
|
+
# google.subject":"assertion.arn", "attribute.aws_role": "assertion.arn.contains(
|
3211
|
+
# 'assumed-role')" " ? assertion.arn.extract('`account_arn`assumed-role/')" " + '
|
3212
|
+
# assumed-role/'" " + assertion.arn.extract('assumed-role/`role_name`/')" " :
|
3213
|
+
# assertion.arn", ` ``` If any custom attribute mappings are defined, they must
|
3214
|
+
# include a mapping to the `google.subject` attribute. For OIDC providers, you
|
3215
|
+
# must supply a custom mapping, which must include the `google.subject`
|
3216
|
+
# attribute. For example, the following maps the `sub` claim of the incoming
|
3217
|
+
# credential to the `subject` attribute on a Google token: ``` `"google.subject":
|
3218
|
+
# "assertion.sub"` ```
|
3213
3219
|
# Corresponds to the JSON property `attributeMapping`
|
3214
3220
|
# @return [Hash<String,String>]
|
3215
3221
|
attr_accessor :attribute_mapping
|
@@ -3219,19 +3225,19 @@ module Google
|
|
3219
3225
|
# @return [Google::Apis::IamV1::Aws]
|
3220
3226
|
attr_accessor :aws
|
3221
3227
|
|
3222
|
-
# A description for the provider. Cannot exceed 256 characters.
|
3228
|
+
# Optional. A description for the provider. Cannot exceed 256 characters.
|
3223
3229
|
# Corresponds to the JSON property `description`
|
3224
3230
|
# @return [String]
|
3225
3231
|
attr_accessor :description
|
3226
3232
|
|
3227
|
-
# Whether the provider is disabled. You cannot use a disabled provider
|
3228
|
-
# exchange tokens. However, existing tokens still grant access.
|
3233
|
+
# Optional. Whether the provider is disabled. You cannot use a disabled provider
|
3234
|
+
# to exchange tokens. However, existing tokens still grant access.
|
3229
3235
|
# Corresponds to the JSON property `disabled`
|
3230
3236
|
# @return [Boolean]
|
3231
3237
|
attr_accessor :disabled
|
3232
3238
|
alias_method :disabled?, :disabled
|
3233
3239
|
|
3234
|
-
# A display name for the provider. Cannot exceed 32 characters.
|
3240
|
+
# Optional. A display name for the provider. Cannot exceed 32 characters.
|
3235
3241
|
# Corresponds to the JSON property `displayName`
|
3236
3242
|
# @return [String]
|
3237
3243
|
attr_accessor :display_name
|
@@ -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.
|
19
|
+
GEM_VERSION = "0.62.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241114"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -123,14 +123,14 @@ module Google
|
|
123
123
|
# Creates a new WorkforcePool. You cannot reuse the name of a deleted pool until
|
124
124
|
# 30 days after deletion.
|
125
125
|
# @param [String] location
|
126
|
-
# The location of the pool to create. Format: `locations/`location``.
|
126
|
+
# Optional. The location of the pool to create. Format: `locations/`location``.
|
127
127
|
# @param [Google::Apis::IamV1::WorkforcePool] workforce_pool_object
|
128
128
|
# @param [String] workforce_pool_id
|
129
|
-
# The ID to use for the pool, which becomes the final component of the
|
130
|
-
# name. The IDs must be a globally unique string of 6 to 63 lowercase
|
131
|
-
# digits, or hyphens. It must start with a letter, and cannot have a
|
132
|
-
# hyphen. The prefix `gcp-` is reserved for use by Google, and may not
|
133
|
-
# specified.
|
129
|
+
# Optional. The ID to use for the pool, which becomes the final component of the
|
130
|
+
# resource name. The IDs must be a globally unique string of 6 to 63 lowercase
|
131
|
+
# letters, digits, or hyphens. It must start with a letter, and cannot have a
|
132
|
+
# trailing hyphen. The prefix `gcp-` is reserved for use by Google, and may not
|
133
|
+
# be specified.
|
134
134
|
# @param [String] fields
|
135
135
|
# Selector specifying which fields to include in a partial response.
|
136
136
|
# @param [String] quota_user
|
@@ -1113,11 +1113,12 @@ module Google
|
|
1113
1113
|
# Policy. * Existing bindings to the custom role are not changed, but they have
|
1114
1114
|
# no effect. * By default, the response from ListRoles does not include the
|
1115
1115
|
# custom role. A deleted custom role still counts toward the [custom role limit](
|
1116
|
-
# /iam/
|
1117
|
-
# undelete the custom role. After 7 days, the following changes
|
1118
|
-
# custom role is permanently deleted and cannot be recovered. * If
|
1119
|
-
# contains a binding to the custom role, the binding is
|
1120
|
-
# The custom role no longer counts toward your custom
|
1116
|
+
# https://cloud.google.com/iam/help/limits) until it is permanently deleted. You
|
1117
|
+
# have 7 days to undelete the custom role. After 7 days, the following changes
|
1118
|
+
# occur: * The custom role is permanently deleted and cannot be recovered. * If
|
1119
|
+
# an IAM policy contains a binding to the custom role, the binding is
|
1120
|
+
# permanently removed. * The custom role no longer counts toward your custom
|
1121
|
+
# role limit.
|
1121
1122
|
# @param [String] name
|
1122
1123
|
# The `name` parameter's value depends on the target resource for the request,
|
1123
1124
|
# namely [projects](https://cloud.google.com/iam/docs/reference/rest/v1/projects.
|
@@ -1572,8 +1573,8 @@ module Google
|
|
1572
1573
|
|
1573
1574
|
# Updates an existing OauthClient.
|
1574
1575
|
# @param [String] name
|
1575
|
-
# Immutable. The resource name of the OauthClient. Format:`projects/`
|
1576
|
-
# locations/`location`/oauthClients/`oauth_client``.
|
1576
|
+
# Immutable. Identifier. The resource name of the OauthClient. Format:`projects/`
|
1577
|
+
# project`/locations/`location`/oauthClients/`oauth_client``.
|
1577
1578
|
# @param [Google::Apis::IamV1::OauthClient] oauth_client_object
|
1578
1579
|
# @param [String] update_mask
|
1579
1580
|
# Required. The list of fields to update.
|
@@ -1777,9 +1778,9 @@ module Google
|
|
1777
1778
|
|
1778
1779
|
# Updates an existing OauthClientCredential.
|
1779
1780
|
# @param [String] name
|
1780
|
-
# Immutable. The resource name of the OauthClientCredential. Format:
|
1781
|
-
# project`/locations/`location`/oauthClients/`oauth_client`/
|
1782
|
-
# credential``
|
1781
|
+
# Immutable. Identifier. The resource name of the OauthClientCredential. Format:
|
1782
|
+
# `projects/`project`/locations/`location`/oauthClients/`oauth_client`/
|
1783
|
+
# credentials/`credential``
|
1783
1784
|
# @param [Google::Apis::IamV1::OauthClientCredential] oauth_client_credential_object
|
1784
1785
|
# @param [String] update_mask
|
1785
1786
|
# Required. The list of fields to update.
|
@@ -2661,11 +2662,12 @@ module Google
|
|
2661
2662
|
# Policy. * Existing bindings to the custom role are not changed, but they have
|
2662
2663
|
# no effect. * By default, the response from ListRoles does not include the
|
2663
2664
|
# custom role. A deleted custom role still counts toward the [custom role limit](
|
2664
|
-
# /iam/
|
2665
|
-
# undelete the custom role. After 7 days, the following changes
|
2666
|
-
# custom role is permanently deleted and cannot be recovered. * If
|
2667
|
-
# contains a binding to the custom role, the binding is
|
2668
|
-
# The custom role no longer counts toward your custom
|
2665
|
+
# https://cloud.google.com/iam/help/limits) until it is permanently deleted. You
|
2666
|
+
# have 7 days to undelete the custom role. After 7 days, the following changes
|
2667
|
+
# occur: * The custom role is permanently deleted and cannot be recovered. * If
|
2668
|
+
# an IAM policy contains a binding to the custom role, the binding is
|
2669
|
+
# permanently removed. * The custom role no longer counts toward your custom
|
2670
|
+
# role limit.
|
2669
2671
|
# @param [String] name
|
2670
2672
|
# The `name` parameter's value depends on the target resource for the request,
|
2671
2673
|
# namely [projects](https://cloud.google.com/iam/docs/reference/rest/v1/projects.
|
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.
|
4
|
+
version: 0.62.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: 2024-
|
11
|
+
date: 2024-12-04 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.
|
62
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.62.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: []
|
@@ -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.5.
|
79
|
+
rubygems_version: 3.5.22
|
80
80
|
signing_key:
|
81
81
|
specification_version: 4
|
82
82
|
summary: Simple REST client for Identity and Access Management (IAM) API V1
|