google-apis-iam_v1 0.80.0 → 0.81.0
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/CHANGELOG.md +4 -0
- data/lib/google/apis/iam_v1/classes.rb +77 -59
- data/lib/google/apis/iam_v1/gem_version.rb +2 -2
- data/lib/google/apis/iam_v1/service.rb +69 -67
- 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: 785cb67bf66f99f1f2e57b71d8545c232f7495d54ef7a14d81163652da5e12ce
|
|
4
|
+
data.tar.gz: e9c449aed7d3a03cb020c5552e96a1721121d70c93b2ee683a492bdb13667445
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 2e12fa32151cda1ffb6106391abc77cea3ff07dd6198c524974dd96e3e63d0452115a2da135bcc8152181fc7c6673832409b603a195a51d4a2c9182b50aa0e0c
|
|
7
|
+
data.tar.gz: c975c873c7b0a9f9d3596a5affac05b0b43d1ed1fe2a9018d5b04811251ed9029eabc4103fc5c74c135df415607ade4451ae7ae437733e435a654d88f9cb13e4
|
data/CHANGELOG.md
CHANGED
|
@@ -703,9 +703,9 @@ module Google
|
|
|
703
703
|
|
|
704
704
|
# Represents the OAuth 2.0 client credential configuration for retrieving
|
|
705
705
|
# additional user attributes that are not present in the initial authentication
|
|
706
|
-
# credentials from the identity provider,
|
|
707
|
-
# ietf.org/doc/html/rfc6749#section-4.4 for more details on client
|
|
708
|
-
# grant flow.
|
|
706
|
+
# credentials from the identity provider, for example, groups. See https://
|
|
707
|
+
# datatracker.ietf.org/doc/html/rfc6749#section-4.4 for more details on client
|
|
708
|
+
# credentials grant flow.
|
|
709
709
|
class GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client
|
|
710
710
|
include Google::Apis::Core::Hashable
|
|
711
711
|
|
|
@@ -783,7 +783,7 @@ module Google
|
|
|
783
783
|
end
|
|
784
784
|
end
|
|
785
785
|
|
|
786
|
-
# Represents an
|
|
786
|
+
# Represents an OpenID Connect 1.0 identity provider.
|
|
787
787
|
class GoogleIamAdminV1WorkforcePoolProviderOidc
|
|
788
788
|
include Google::Apis::Core::Hashable
|
|
789
789
|
|
|
@@ -805,11 +805,11 @@ module Google
|
|
|
805
805
|
|
|
806
806
|
# Optional. OIDC JWKs in JSON String format. For details on the definition of a
|
|
807
807
|
# JWK, see https://tools.ietf.org/html/rfc7517. If not set, the `jwks_uri` from
|
|
808
|
-
# the discovery document
|
|
809
|
-
# will be used.
|
|
810
|
-
# must use following format and include only the following fields: ` "keys":
|
|
811
|
-
# "kty": "RSA/EC", "alg": "", "use": "sig", "kid": "", "n": "", "e": "", "x":
|
|
812
|
-
# "y": "", "crv": "" ` ] `
|
|
808
|
+
# the discovery document that is fetched from the well-known path of the `
|
|
809
|
+
# issuer_uri`, will be used. RSA and EC asymmetric keys are supported. The JWK
|
|
810
|
+
# must use the following format and include only the following fields: ` "keys":
|
|
811
|
+
# [ ` "kty": "RSA/EC", "alg": "", "use": "sig", "kid": "", "n": "", "e": "", "x":
|
|
812
|
+
# "", "y": "", "crv": "" ` ] `
|
|
813
813
|
# Corresponds to the JSON property `jwksJson`
|
|
814
814
|
# @return [String]
|
|
815
815
|
attr_accessor :jwks_json
|
|
@@ -1383,18 +1383,19 @@ module Google
|
|
|
1383
1383
|
end
|
|
1384
1384
|
end
|
|
1385
1385
|
|
|
1386
|
-
#
|
|
1386
|
+
# Gemini Enterprise only. Response message for
|
|
1387
|
+
# ListWorkforcePoolProviderScimTenants.
|
|
1387
1388
|
class ListWorkforcePoolProviderScimTenantsResponse
|
|
1388
1389
|
include Google::Apis::Core::Hashable
|
|
1389
1390
|
|
|
1390
|
-
# Optional.
|
|
1391
|
-
# retrieve the next page. If this field is omitted, there are no subsequent
|
|
1391
|
+
# Optional. Gemini Enterprise only. A token, which can be sent as `page_token`
|
|
1392
|
+
# to retrieve the next page. If this field is omitted, there are no subsequent
|
|
1392
1393
|
# pages.
|
|
1393
1394
|
# Corresponds to the JSON property `nextPageToken`
|
|
1394
1395
|
# @return [String]
|
|
1395
1396
|
attr_accessor :next_page_token
|
|
1396
1397
|
|
|
1397
|
-
# Output only.
|
|
1398
|
+
# Output only. Gemini Enterprise only. A list of SCIM tenants.
|
|
1398
1399
|
# Corresponds to the JSON property `workforcePoolProviderScimTenants`
|
|
1399
1400
|
# @return [Array<Google::Apis::IamV1::WorkforcePoolProviderScimTenant>]
|
|
1400
1401
|
attr_accessor :workforce_pool_provider_scim_tenants
|
|
@@ -1410,18 +1411,19 @@ module Google
|
|
|
1410
1411
|
end
|
|
1411
1412
|
end
|
|
1412
1413
|
|
|
1413
|
-
#
|
|
1414
|
+
# Gemini Enterprise only. Response message for
|
|
1415
|
+
# ListWorkforcePoolProviderScimTokens.
|
|
1414
1416
|
class ListWorkforcePoolProviderScimTokensResponse
|
|
1415
1417
|
include Google::Apis::Core::Hashable
|
|
1416
1418
|
|
|
1417
|
-
# Optional.
|
|
1418
|
-
# retrieve the next page. If this field is omitted, there are no subsequent
|
|
1419
|
+
# Optional. Gemini Enterprise only. A token, which can be sent as `page_token`
|
|
1420
|
+
# to retrieve the next page. If this field is omitted, there are no subsequent
|
|
1419
1421
|
# pages.
|
|
1420
1422
|
# Corresponds to the JSON property `nextPageToken`
|
|
1421
1423
|
# @return [String]
|
|
1422
1424
|
attr_accessor :next_page_token
|
|
1423
1425
|
|
|
1424
|
-
# Output only.
|
|
1426
|
+
# Output only. Gemini Enterprise only. A list of SCIM tokens.
|
|
1425
1427
|
# Corresponds to the JSON property `workforcePoolProviderScimTokens`
|
|
1426
1428
|
# @return [Array<Google::Apis::IamV1::WorkforcePoolProviderScimToken>]
|
|
1427
1429
|
attr_accessor :workforce_pool_provider_scim_tokens
|
|
@@ -1639,10 +1641,7 @@ module Google
|
|
|
1639
1641
|
# Required. The list of scopes that the OauthClient is allowed to request during
|
|
1640
1642
|
# OAuth flows. The following scopes are supported: * `https://www.googleapis.com/
|
|
1641
1643
|
# auth/cloud-platform`: See, edit, configure, and delete your Google Cloud data
|
|
1642
|
-
# and see the email address for your Google Account.
|
|
1643
|
-
# client can associate you with your personal information on Google Cloud. * `
|
|
1644
|
-
# email`: The OAuth client can read a federated identity's email address. * `
|
|
1645
|
-
# groups`: The OAuth client can read a federated identity's groups.
|
|
1644
|
+
# and see the email address for your Google Account.
|
|
1646
1645
|
# Corresponds to the JSON property `allowedScopes`
|
|
1647
1646
|
# @return [Array<String>]
|
|
1648
1647
|
attr_accessor :allowed_scopes
|
|
@@ -2992,7 +2991,7 @@ module Google
|
|
|
2992
2991
|
include Google::Apis::Core::Hashable
|
|
2993
2992
|
|
|
2994
2993
|
# PEM certificate of the PKI used for validation. Must only contain one ca
|
|
2995
|
-
# certificate(either root or intermediate cert).
|
|
2994
|
+
# certificate (either root or intermediate cert).
|
|
2996
2995
|
# Corresponds to the JSON property `pemCertificate`
|
|
2997
2996
|
# @return [String]
|
|
2998
2997
|
attr_accessor :pem_certificate
|
|
@@ -3134,7 +3133,8 @@ module Google
|
|
|
3134
3133
|
end
|
|
3135
3134
|
end
|
|
3136
3135
|
|
|
3137
|
-
#
|
|
3136
|
+
# Gemini Enterprise only. Request message for
|
|
3137
|
+
# UndeleteWorkforcePoolProviderScimTenant.
|
|
3138
3138
|
class UndeleteWorkforcePoolProviderScimTenantRequest
|
|
3139
3139
|
include Google::Apis::Core::Hashable
|
|
3140
3140
|
|
|
@@ -3147,7 +3147,8 @@ module Google
|
|
|
3147
3147
|
end
|
|
3148
3148
|
end
|
|
3149
3149
|
|
|
3150
|
-
#
|
|
3150
|
+
# Gemini Enterprise only. Request message for
|
|
3151
|
+
# UndeleteWorkforcePoolProviderScimToken.
|
|
3151
3152
|
class UndeleteWorkforcePoolProviderScimTokenRequest
|
|
3152
3153
|
include Google::Apis::Core::Hashable
|
|
3153
3154
|
|
|
@@ -3391,7 +3392,7 @@ module Google
|
|
|
3391
3392
|
# visible as the user's profile picture. If not set, a generic user icon will be
|
|
3392
3393
|
# displayed instead. This attribute cannot be referenced in IAM bindings. * `
|
|
3393
3394
|
# google.posix_username`: The Linux username used by OS Login. This is an
|
|
3394
|
-
# optional field and the mapped POSIX username cannot exceed 32 characters
|
|
3395
|
+
# optional field and the mapped POSIX username cannot exceed 32 characters. The
|
|
3395
3396
|
# key must match the regex "^a-zA-Z0-9._`0,31`$". This attribute cannot be
|
|
3396
3397
|
# referenced in IAM bindings. You can also provide custom attributes by
|
|
3397
3398
|
# specifying `attribute.`custom_attribute``, where `custom_attribute` is the
|
|
@@ -3452,18 +3453,18 @@ module Google
|
|
|
3452
3453
|
|
|
3453
3454
|
# Represents the OAuth 2.0 client credential configuration for retrieving
|
|
3454
3455
|
# additional user attributes that are not present in the initial authentication
|
|
3455
|
-
# credentials from the identity provider,
|
|
3456
|
-
# ietf.org/doc/html/rfc6749#section-4.4 for more details on client
|
|
3457
|
-
# grant flow.
|
|
3456
|
+
# credentials from the identity provider, for example, groups. See https://
|
|
3457
|
+
# datatracker.ietf.org/doc/html/rfc6749#section-4.4 for more details on client
|
|
3458
|
+
# credentials grant flow.
|
|
3458
3459
|
# Corresponds to the JSON property `extendedAttributesOauth2Client`
|
|
3459
3460
|
# @return [Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client]
|
|
3460
3461
|
attr_accessor :extended_attributes_oauth2_client
|
|
3461
3462
|
|
|
3462
3463
|
# Represents the OAuth 2.0 client credential configuration for retrieving
|
|
3463
3464
|
# additional user attributes that are not present in the initial authentication
|
|
3464
|
-
# credentials from the identity provider,
|
|
3465
|
-
# ietf.org/doc/html/rfc6749#section-4.4 for more details on client
|
|
3466
|
-
# grant flow.
|
|
3465
|
+
# credentials from the identity provider, for example, groups. See https://
|
|
3466
|
+
# datatracker.ietf.org/doc/html/rfc6749#section-4.4 for more details on client
|
|
3467
|
+
# credentials grant flow.
|
|
3467
3468
|
# Corresponds to the JSON property `extraAttributesOauth2Client`
|
|
3468
3469
|
# @return [Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderExtraAttributesOAuth2Client]
|
|
3469
3470
|
attr_accessor :extra_attributes_oauth2_client
|
|
@@ -3474,7 +3475,7 @@ module Google
|
|
|
3474
3475
|
# @return [String]
|
|
3475
3476
|
attr_accessor :name
|
|
3476
3477
|
|
|
3477
|
-
# Represents an
|
|
3478
|
+
# Represents an OpenID Connect 1.0 identity provider.
|
|
3478
3479
|
# Corresponds to the JSON property `oidc`
|
|
3479
3480
|
# @return [Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderOidc]
|
|
3480
3481
|
attr_accessor :oidc
|
|
@@ -3484,9 +3485,9 @@ module Google
|
|
|
3484
3485
|
# @return [Google::Apis::IamV1::GoogleIamAdminV1WorkforcePoolProviderSaml]
|
|
3485
3486
|
attr_accessor :saml
|
|
3486
3487
|
|
|
3487
|
-
# Optional.
|
|
3488
|
-
# provider uses SCIM-managed groups instead of the `google.groups`
|
|
3489
|
-
# mapping for authorization checks. The `scim_usage` and `
|
|
3488
|
+
# Optional. Gemini Enterprise only. Specifies whether the workforce identity
|
|
3489
|
+
# pool provider uses SCIM-managed groups instead of the `google.groups`
|
|
3490
|
+
# attribute mapping for authorization checks. The `scim_usage` and `
|
|
3490
3491
|
# extended_attributes_oauth2_client` fields are mutually exclusive. A request
|
|
3491
3492
|
# that enables both fields on the same workforce identity pool provider will
|
|
3492
3493
|
# produce an error.
|
|
@@ -3570,45 +3571,61 @@ module Google
|
|
|
3570
3571
|
end
|
|
3571
3572
|
end
|
|
3572
3573
|
|
|
3573
|
-
#
|
|
3574
|
-
# identity data (such as Users and Groups) in cross-domain environments.
|
|
3574
|
+
# Gemini Enterprise only. Represents a SCIM tenant. Used for provisioning and
|
|
3575
|
+
# managing identity data (such as Users and Groups) in cross-domain environments.
|
|
3575
3576
|
class WorkforcePoolProviderScimTenant
|
|
3576
3577
|
include Google::Apis::Core::Hashable
|
|
3577
3578
|
|
|
3578
|
-
# Output only.
|
|
3579
|
-
# Section 1.3](https://datatracker.ietf.org/doc/html/rfc7644#section-1.
|
|
3580
|
-
# Clients must use this as the root address for managing resources under the
|
|
3579
|
+
# Output only. Gemini Enterprise only. Represents the base URI as defined in [
|
|
3580
|
+
# RFC 7644, Section 1.3](https://datatracker.ietf.org/doc/html/rfc7644#section-1.
|
|
3581
|
+
# 3). Clients must use this as the root address for managing resources under the
|
|
3581
3582
|
# tenant. Format: https://iamscim.googleapis.com/`version`/`tenant_id`/
|
|
3582
3583
|
# Corresponds to the JSON property `baseUri`
|
|
3583
3584
|
# @return [String]
|
|
3584
3585
|
attr_accessor :base_uri
|
|
3585
3586
|
|
|
3586
|
-
#
|
|
3587
|
+
# Required. Immutable. Gemini Enterprise only. Maps SCIM attributes to Google
|
|
3588
|
+
# attributes. This mapping is used to associate the attributes synced via SCIM
|
|
3589
|
+
# with the Google Cloud attributes used in IAM policies for Workforce Identity
|
|
3590
|
+
# Federation. SCIM-managed user and group attributes are mapped to `google.
|
|
3591
|
+
# subject` and `google.group` respectively. Each key must be a string specifying
|
|
3592
|
+
# the Google Cloud IAM attribute to map to. The supported keys are as follows: *
|
|
3593
|
+
# `google.subject`: The principal IAM is authenticating. You can reference this
|
|
3594
|
+
# value in IAM bindings. This is also the subject that appears in Cloud Logging
|
|
3595
|
+
# logs. This is a required field and the mapped subject cannot exceed 127 bytes.
|
|
3596
|
+
# * `google.group`: Group the authenticating user belongs to. You can grant
|
|
3597
|
+
# group access to resources using an IAM `principalSet` binding; access applies
|
|
3598
|
+
# to all members of the group. Each value must be a [Common Expression Language]
|
|
3599
|
+
# (https://opensource.google/projects/cel) expression that maps SCIM user or
|
|
3600
|
+
# group attribute to the normalized attribute specified by the corresponding map
|
|
3601
|
+
# key. Example: To map the SCIM user's `externalId` to `google.subject` and the
|
|
3602
|
+
# SCIM group's `externalId` to `google.group`: ``` ` "google.subject": "user.
|
|
3603
|
+
# externalId", "google.group": "group.externalId" ` ```
|
|
3587
3604
|
# Corresponds to the JSON property `claimMapping`
|
|
3588
3605
|
# @return [Hash<String,String>]
|
|
3589
3606
|
attr_accessor :claim_mapping
|
|
3590
3607
|
|
|
3591
|
-
# Optional.
|
|
3592
|
-
# 256 characters.
|
|
3608
|
+
# Optional. Gemini Enterprise only. The description of the SCIM tenant. Cannot
|
|
3609
|
+
# exceed 256 characters.
|
|
3593
3610
|
# Corresponds to the JSON property `description`
|
|
3594
3611
|
# @return [String]
|
|
3595
3612
|
attr_accessor :description
|
|
3596
3613
|
|
|
3597
|
-
# Optional.
|
|
3598
|
-
# 32 characters.
|
|
3614
|
+
# Optional. Gemini Enterprise only. The display name of the SCIM tenant. Cannot
|
|
3615
|
+
# exceed 32 characters.
|
|
3599
3616
|
# Corresponds to the JSON property `displayName`
|
|
3600
3617
|
# @return [String]
|
|
3601
3618
|
attr_accessor :display_name
|
|
3602
3619
|
|
|
3603
|
-
# Identifier.
|
|
3604
|
-
# locations/`location`/workforcePools/`workforce_pool`/providers/ `
|
|
3620
|
+
# Identifier. Gemini Enterprise only. The resource name of the SCIM Tenant.
|
|
3621
|
+
# Format: `locations/`location`/workforcePools/`workforce_pool`/providers/ `
|
|
3605
3622
|
# workforce_pool_provider`/scimTenants/`scim_tenant``
|
|
3606
3623
|
# Corresponds to the JSON property `name`
|
|
3607
3624
|
# @return [String]
|
|
3608
3625
|
attr_accessor :name
|
|
3609
3626
|
|
|
3610
|
-
# Output only.
|
|
3611
|
-
# SCIM tenant is purged.
|
|
3627
|
+
# Output only. Gemini Enterprise only. The timestamp that represents the time
|
|
3628
|
+
# when the SCIM tenant is purged.
|
|
3612
3629
|
# Corresponds to the JSON property `purgeTime`
|
|
3613
3630
|
# @return [String]
|
|
3614
3631
|
attr_accessor :purge_time
|
|
@@ -3619,7 +3636,7 @@ module Google
|
|
|
3619
3636
|
# @return [String]
|
|
3620
3637
|
attr_accessor :service_agent
|
|
3621
3638
|
|
|
3622
|
-
# Output only.
|
|
3639
|
+
# Output only. Gemini Enterprise only. The state of the tenant.
|
|
3623
3640
|
# Corresponds to the JSON property `state`
|
|
3624
3641
|
# @return [String]
|
|
3625
3642
|
attr_accessor :state
|
|
@@ -3641,31 +3658,32 @@ module Google
|
|
|
3641
3658
|
end
|
|
3642
3659
|
end
|
|
3643
3660
|
|
|
3644
|
-
#
|
|
3645
|
-
# Used for authenticating SCIM provisioning
|
|
3661
|
+
# Gemini Enterprise only. Represents a token for the
|
|
3662
|
+
# WorkforcePoolProviderScimTenant. Used for authenticating SCIM provisioning
|
|
3663
|
+
# requests.
|
|
3646
3664
|
class WorkforcePoolProviderScimToken
|
|
3647
3665
|
include Google::Apis::Core::Hashable
|
|
3648
3666
|
|
|
3649
|
-
# Optional.
|
|
3650
|
-
# 32 characters.
|
|
3667
|
+
# Optional. Gemini Enterprise only. The display name of the SCIM token. Cannot
|
|
3668
|
+
# exceed 32 characters.
|
|
3651
3669
|
# Corresponds to the JSON property `displayName`
|
|
3652
3670
|
# @return [String]
|
|
3653
3671
|
attr_accessor :display_name
|
|
3654
3672
|
|
|
3655
|
-
# Identifier.
|
|
3656
|
-
# locations/`location`/workforcePools/`workforce_pool`/providers/ `
|
|
3673
|
+
# Identifier. Gemini Enterprise only. The resource name of the SCIM Token.
|
|
3674
|
+
# Format: `locations/`location`/workforcePools/`workforce_pool`/providers/ `
|
|
3657
3675
|
# workforce_pool_provider`/scimTenants/`scim_tenant`/tokens/`token``
|
|
3658
3676
|
# Corresponds to the JSON property `name`
|
|
3659
3677
|
# @return [String]
|
|
3660
3678
|
attr_accessor :name
|
|
3661
3679
|
|
|
3662
|
-
# Output only.
|
|
3663
|
-
# authentication. Will be set only during creation.
|
|
3680
|
+
# Output only. Gemini Enterprise only. The token string. Provide this to the IdP
|
|
3681
|
+
# for authentication. Will be set only during creation.
|
|
3664
3682
|
# Corresponds to the JSON property `securityToken`
|
|
3665
3683
|
# @return [String]
|
|
3666
3684
|
attr_accessor :security_token
|
|
3667
3685
|
|
|
3668
|
-
# Output only.
|
|
3686
|
+
# Output only. Gemini Enterprise only. The state of the token.
|
|
3669
3687
|
# Corresponds to the JSON property `state`
|
|
3670
3688
|
# @return [String]
|
|
3671
3689
|
attr_accessor :state
|
|
@@ -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.81.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251204"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -945,17 +945,17 @@ module Google
|
|
|
945
945
|
execute_or_queue_command(command, &block)
|
|
946
946
|
end
|
|
947
947
|
|
|
948
|
-
#
|
|
948
|
+
# Gemini Enterprise only. Creates a new WorkforcePoolProviderScimTenant in a
|
|
949
949
|
# WorkforcePoolProvider. You cannot reuse the name of a deleted SCIM tenant
|
|
950
950
|
# until 30 days after deletion.
|
|
951
951
|
# @param [String] parent
|
|
952
|
-
# Required.
|
|
952
|
+
# Required. Gemini Enterprise only. The parent to create SCIM tenant. Format: '
|
|
953
953
|
# locations/`location`/workforcePools/`workforce_pool`/providers/`provider`'
|
|
954
954
|
# @param [Google::Apis::IamV1::WorkforcePoolProviderScimTenant] workforce_pool_provider_scim_tenant_object
|
|
955
955
|
# @param [String] workforce_pool_provider_scim_tenant_id
|
|
956
|
-
# Required.
|
|
957
|
-
# the final component of the resource name. This value should be 4-32
|
|
958
|
-
# containing the characters [a-z0-9-].
|
|
956
|
+
# Required. Gemini Enterprise only. The ID to use for the SCIM tenant, which
|
|
957
|
+
# becomes the final component of the resource name. This value should be 4-32
|
|
958
|
+
# characters, containing the characters [a-z0-9-].
|
|
959
959
|
# @param [String] fields
|
|
960
960
|
# Selector specifying which fields to include in a partial response.
|
|
961
961
|
# @param [String] quota_user
|
|
@@ -986,13 +986,13 @@ module Google
|
|
|
986
986
|
execute_or_queue_command(command, &block)
|
|
987
987
|
end
|
|
988
988
|
|
|
989
|
-
#
|
|
990
|
-
# SCIM tenant for 30 days. After 30 days, deletion is permanent. You
|
|
991
|
-
# update deleted SCIM tenants. However, you can view and list them.
|
|
989
|
+
# Gemini Enterprise only. Deletes a WorkforcePoolProviderScimTenant. You can
|
|
990
|
+
# undelete a SCIM tenant for 30 days. After 30 days, deletion is permanent. You
|
|
991
|
+
# cannot update deleted SCIM tenants. However, you can view and list them.
|
|
992
992
|
# @param [String] name
|
|
993
|
-
# Required.
|
|
994
|
-
# locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
995
|
-
# scimTenants/`scim_tenant``
|
|
993
|
+
# Required. Gemini Enterprise only. The name of the SCIM tenant to delete.
|
|
994
|
+
# Format: `locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
995
|
+
# provider`/scimTenants/`scim_tenant``
|
|
996
996
|
# @param [Boolean] hard_delete
|
|
997
997
|
# Optional. Deletes the SCIM tenant immediately. This operation cannot be undone.
|
|
998
998
|
# @param [String] fields
|
|
@@ -1023,11 +1023,11 @@ module Google
|
|
|
1023
1023
|
execute_or_queue_command(command, &block)
|
|
1024
1024
|
end
|
|
1025
1025
|
|
|
1026
|
-
#
|
|
1026
|
+
# Gemini Enterprise only. Gets an individual WorkforcePoolProviderScimTenant.
|
|
1027
1027
|
# @param [String] name
|
|
1028
|
-
# Required.
|
|
1029
|
-
# locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
1030
|
-
# scimTenants/`scim_tenant``
|
|
1028
|
+
# Required. Gemini Enterprise only. The name of the SCIM tenant to retrieve.
|
|
1029
|
+
# Format: `locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
1030
|
+
# provider`/scimTenants/`scim_tenant``
|
|
1031
1031
|
# @param [String] fields
|
|
1032
1032
|
# Selector specifying which fields to include in a partial response.
|
|
1033
1033
|
# @param [String] quota_user
|
|
@@ -1055,20 +1055,21 @@ module Google
|
|
|
1055
1055
|
execute_or_queue_command(command, &block)
|
|
1056
1056
|
end
|
|
1057
1057
|
|
|
1058
|
-
#
|
|
1059
|
-
# WorkforcePoolProvider. If `show_deleted` is set to `true`, then deleted
|
|
1060
|
-
# tenants are also listed.
|
|
1058
|
+
# Gemini Enterprise only. Lists all non-deleted WorkforcePoolProviderScimTenants
|
|
1059
|
+
# in a WorkforcePoolProvider. If `show_deleted` is set to `true`, then deleted
|
|
1060
|
+
# SCIM tenants are also listed.
|
|
1061
1061
|
# @param [String] parent
|
|
1062
|
-
# Required.
|
|
1063
|
-
#
|
|
1062
|
+
# Required. Gemini Enterprise only. The parent to list SCIM tenants. Format: '
|
|
1063
|
+
# locations/`location`/workforcePools/`workforce_pool`/providers/`provider`'
|
|
1064
1064
|
# @param [Fixnum] page_size
|
|
1065
|
-
# Optional.
|
|
1066
|
-
# unspecified, at most
|
|
1065
|
+
# Optional. Gemini Enterprise only. The maximum number of SCIM tenants to return.
|
|
1066
|
+
# If unspecified, at most 50 SCIM tenants will be returned. The maximum value
|
|
1067
|
+
# is 100; values above 100 are truncated to 100.
|
|
1067
1068
|
# @param [String] page_token
|
|
1068
|
-
# Optional.
|
|
1069
|
+
# Optional. Gemini Enterprise only. A page token, received from a previous `
|
|
1069
1070
|
# ListScimTenants` call. Provide this to retrieve the subsequent page.
|
|
1070
1071
|
# @param [Boolean] show_deleted
|
|
1071
|
-
# Optional.
|
|
1072
|
+
# Optional. Gemini Enterprise only. Whether to return soft-deleted SCIM tenants.
|
|
1072
1073
|
# @param [String] fields
|
|
1073
1074
|
# Selector specifying which fields to include in a partial response.
|
|
1074
1075
|
# @param [String] quota_user
|
|
@@ -1099,14 +1100,14 @@ module Google
|
|
|
1099
1100
|
execute_or_queue_command(command, &block)
|
|
1100
1101
|
end
|
|
1101
1102
|
|
|
1102
|
-
#
|
|
1103
|
+
# Gemini Enterprise only. Updates an existing WorkforcePoolProviderScimTenant.
|
|
1103
1104
|
# @param [String] name
|
|
1104
|
-
# Identifier.
|
|
1105
|
-
# locations/`location`/workforcePools/`workforce_pool`/providers/ `
|
|
1105
|
+
# Identifier. Gemini Enterprise only. The resource name of the SCIM Tenant.
|
|
1106
|
+
# Format: `locations/`location`/workforcePools/`workforce_pool`/providers/ `
|
|
1106
1107
|
# workforce_pool_provider`/scimTenants/`scim_tenant``
|
|
1107
1108
|
# @param [Google::Apis::IamV1::WorkforcePoolProviderScimTenant] workforce_pool_provider_scim_tenant_object
|
|
1108
1109
|
# @param [String] update_mask
|
|
1109
|
-
# Optional.
|
|
1110
|
+
# Optional. Gemini Enterprise only. The list of fields to update.
|
|
1110
1111
|
# @param [String] fields
|
|
1111
1112
|
# Selector specifying which fields to include in a partial response.
|
|
1112
1113
|
# @param [String] quota_user
|
|
@@ -1137,12 +1138,12 @@ module Google
|
|
|
1137
1138
|
execute_or_queue_command(command, &block)
|
|
1138
1139
|
end
|
|
1139
1140
|
|
|
1140
|
-
#
|
|
1141
|
-
# fewer than 30 days ago.
|
|
1141
|
+
# Gemini Enterprise only. Undeletes a WorkforcePoolProviderScimTenant, that was
|
|
1142
|
+
# deleted fewer than 30 days ago.
|
|
1142
1143
|
# @param [String] name
|
|
1143
|
-
# Required.
|
|
1144
|
-
# locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
1145
|
-
# scimTenants/`scim_tenant``
|
|
1144
|
+
# Required. Gemini Enterprise only. The name of the SCIM tenant to undelete.
|
|
1145
|
+
# Format: `locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
1146
|
+
# provider`/scimTenants/`scim_tenant``
|
|
1146
1147
|
# @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTenantRequest] undelete_workforce_pool_provider_scim_tenant_request_object
|
|
1147
1148
|
# @param [String] fields
|
|
1148
1149
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1173,18 +1174,18 @@ module Google
|
|
|
1173
1174
|
execute_or_queue_command(command, &block)
|
|
1174
1175
|
end
|
|
1175
1176
|
|
|
1176
|
-
#
|
|
1177
|
+
# Gemini Enterprise only. Creates a new WorkforcePoolProviderScimToken in a
|
|
1177
1178
|
# WorkforcePoolProviderScimTenant. You cannot reuse the name of a deleted SCIM
|
|
1178
1179
|
# token until 30 days after deletion.
|
|
1179
1180
|
# @param [String] parent
|
|
1180
|
-
# Required.
|
|
1181
|
-
# locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
1182
|
-
# scimTenants/`scim_tenant`'
|
|
1181
|
+
# Required. Gemini Enterprise only. The parent tenant to create SCIM token.
|
|
1182
|
+
# Format: 'locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
1183
|
+
# provider`/scimTenants/`scim_tenant`'
|
|
1183
1184
|
# @param [Google::Apis::IamV1::WorkforcePoolProviderScimToken] workforce_pool_provider_scim_token_object
|
|
1184
1185
|
# @param [String] workforce_pool_provider_scim_token_id
|
|
1185
|
-
# Required.
|
|
1186
|
-
# final component of the resource name. This value should be 4-32
|
|
1187
|
-
# follow the pattern: "([a-z]([a-z0-9\\-]`2,30`[a-z0-9]))"
|
|
1186
|
+
# Required. Gemini Enterprise only. The ID to use for the SCIM token, which
|
|
1187
|
+
# becomes the final component of the resource name. This value should be 4-32
|
|
1188
|
+
# characters and follow the pattern: "([a-z]([a-z0-9\\-]`2,30`[a-z0-9]))"
|
|
1188
1189
|
# @param [String] fields
|
|
1189
1190
|
# Selector specifying which fields to include in a partial response.
|
|
1190
1191
|
# @param [String] quota_user
|
|
@@ -1215,12 +1216,13 @@ module Google
|
|
|
1215
1216
|
execute_or_queue_command(command, &block)
|
|
1216
1217
|
end
|
|
1217
1218
|
|
|
1218
|
-
#
|
|
1219
|
-
# SCIM token for 30 days. After 30 days, the SCIM token is
|
|
1220
|
-
# You cannot update deleted SCIM tokens, however, you can
|
|
1219
|
+
# Gemini Enterprise only. Deletes a WorkforcePoolProviderScimToken. You can
|
|
1220
|
+
# undelete a SCIM token for 30 days. After 30 days, the SCIM token is
|
|
1221
|
+
# permanently deleted. You cannot update deleted SCIM tokens, however, you can
|
|
1222
|
+
# view and list them.
|
|
1221
1223
|
# @param [String] name
|
|
1222
|
-
# Required.
|
|
1223
|
-
# locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
|
|
1224
|
+
# Required. Gemini Enterprise only. The name of the SCIM token to delete. Format:
|
|
1225
|
+
# `locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
|
|
1224
1226
|
# scimTenants/`scim_tenant`/tokens/`token``
|
|
1225
1227
|
# @param [String] fields
|
|
1226
1228
|
# Selector specifying which fields to include in a partial response.
|
|
@@ -1249,11 +1251,11 @@ module Google
|
|
|
1249
1251
|
execute_or_queue_command(command, &block)
|
|
1250
1252
|
end
|
|
1251
1253
|
|
|
1252
|
-
#
|
|
1254
|
+
# Gemini Enterprise only. Gets an individual WorkforcePoolProviderScimToken.
|
|
1253
1255
|
# @param [String] name
|
|
1254
|
-
# Required.
|
|
1255
|
-
# locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
1256
|
-
# scimTenants/`scim_tenant`/tokens/`token``
|
|
1256
|
+
# Required. Gemini Enterprise only. The name of the SCIM token to retrieve.
|
|
1257
|
+
# Format: `locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
1258
|
+
# provider`/scimTenants/`scim_tenant`/tokens/`token``
|
|
1257
1259
|
# @param [String] fields
|
|
1258
1260
|
# Selector specifying which fields to include in a partial response.
|
|
1259
1261
|
# @param [String] quota_user
|
|
@@ -1281,22 +1283,22 @@ module Google
|
|
|
1281
1283
|
execute_or_queue_command(command, &block)
|
|
1282
1284
|
end
|
|
1283
1285
|
|
|
1284
|
-
#
|
|
1285
|
-
# WorkforcePoolProviderScimTenant. If `show_deleted` is set to `true`, then
|
|
1286
|
+
# Gemini Enterprise only. Lists all non-deleted WorkforcePoolProviderScimTokenss
|
|
1287
|
+
# in a WorkforcePoolProviderScimTenant. If `show_deleted` is set to `true`, then
|
|
1286
1288
|
# deleted SCIM tokens are also listed.
|
|
1287
1289
|
# @param [String] parent
|
|
1288
|
-
# Required.
|
|
1289
|
-
# location`/workforcePools/`workforce_pool`/providers/`provider`/
|
|
1290
|
-
# scim_tenant`'
|
|
1290
|
+
# Required. Gemini Enterprise only. The parent to list SCIM tokens. Format: '
|
|
1291
|
+
# locations/`location`/workforcePools/`workforce_pool`/providers/`provider`/
|
|
1292
|
+
# scimTenants/`scim_tenant`'
|
|
1291
1293
|
# @param [Fixnum] page_size
|
|
1292
|
-
# Optional.
|
|
1293
|
-
# unspecified, at most 2 SCIM tokens will be returned.
|
|
1294
|
+
# Optional. Gemini Enterprise only. The maximum number of SCIM tokens to return.
|
|
1295
|
+
# If unspecified, at most 2 SCIM tokens will be returned.
|
|
1294
1296
|
# @param [String] page_token
|
|
1295
|
-
# Optional.
|
|
1297
|
+
# Optional. Gemini Enterprise only. A page token, received from a previous `
|
|
1296
1298
|
# ListWorkforcePoolProviderScimTokens` call. Provide this to retrieve the
|
|
1297
1299
|
# subsequent page.
|
|
1298
1300
|
# @param [Boolean] show_deleted
|
|
1299
|
-
# Optional.
|
|
1301
|
+
# Optional. Gemini Enterprise only. Whether to return soft-deleted SCIM tokens.
|
|
1300
1302
|
# @param [String] fields
|
|
1301
1303
|
# Selector specifying which fields to include in a partial response.
|
|
1302
1304
|
# @param [String] quota_user
|
|
@@ -1327,14 +1329,14 @@ module Google
|
|
|
1327
1329
|
execute_or_queue_command(command, &block)
|
|
1328
1330
|
end
|
|
1329
1331
|
|
|
1330
|
-
#
|
|
1332
|
+
# Gemini Enterprise only. Updates an existing WorkforcePoolProviderScimToken.
|
|
1331
1333
|
# @param [String] name
|
|
1332
|
-
# Identifier.
|
|
1333
|
-
# locations/`location`/workforcePools/`workforce_pool`/providers/ `
|
|
1334
|
+
# Identifier. Gemini Enterprise only. The resource name of the SCIM Token.
|
|
1335
|
+
# Format: `locations/`location`/workforcePools/`workforce_pool`/providers/ `
|
|
1334
1336
|
# workforce_pool_provider`/scimTenants/`scim_tenant`/tokens/`token``
|
|
1335
1337
|
# @param [Google::Apis::IamV1::WorkforcePoolProviderScimToken] workforce_pool_provider_scim_token_object
|
|
1336
1338
|
# @param [String] update_mask
|
|
1337
|
-
# Optional.
|
|
1339
|
+
# Optional. Gemini Enterprise only. The list of fields to update.
|
|
1338
1340
|
# @param [String] fields
|
|
1339
1341
|
# Selector specifying which fields to include in a partial response.
|
|
1340
1342
|
# @param [String] quota_user
|
|
@@ -1365,12 +1367,12 @@ module Google
|
|
|
1365
1367
|
execute_or_queue_command(command, &block)
|
|
1366
1368
|
end
|
|
1367
1369
|
|
|
1368
|
-
#
|
|
1369
|
-
# fewer than 30 days ago.
|
|
1370
|
+
# Gemini Enterprise only. Undeletes a WorkforcePoolProviderScimToken,that was
|
|
1371
|
+
# deleted fewer than 30 days ago.
|
|
1370
1372
|
# @param [String] name
|
|
1371
|
-
# Required.
|
|
1372
|
-
# locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
1373
|
-
# scimTenants/`scim_tenant`/tokens/`token``
|
|
1373
|
+
# Required. Gemini Enterprise only. The name of the SCIM token to undelete.
|
|
1374
|
+
# Format: `locations/`location`/workforcePools/`workforce_pool`/providers/`
|
|
1375
|
+
# provider`/scimTenants/`scim_tenant`/tokens/`token``
|
|
1374
1376
|
# @param [Google::Apis::IamV1::UndeleteWorkforcePoolProviderScimTokenRequest] undelete_workforce_pool_provider_scim_token_request_object
|
|
1375
1377
|
# @param [String] fields
|
|
1376
1378
|
# Selector specifying which fields to include in a partial response.
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.81.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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-iam_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-iam_v1/v0.81.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-iam_v1
|
|
63
63
|
rdoc_options: []
|
|
64
64
|
require_paths:
|