google-apis-accesscontextmanager_v1 0.71.0 → 0.72.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 1d9c894aa3dc893e03bd14b82eeeff79fa992b46347d0ec52f515cb3082e6589
4
- data.tar.gz: 61d6a3620f8f5f4da1d8964e01b5339ce9cbba97b58d6bacb7208a4b7d0e9132
3
+ metadata.gz: 3ab2483d063d4e8582012f0406379dd3a67cf9b5420950833033a48b43370810
4
+ data.tar.gz: a5a2b7b5d024d43464781c1100419860a458d048564ea23e295b7fcdd8011963
5
5
  SHA512:
6
- metadata.gz: f4da9a8f904f0748db409506438ed6043fc1c57243d7196cc16b094b67362d02d98fd51eacaabe67df285c32c326a0bdb3a6e75fd7575c3029bfcf0f0088a635
7
- data.tar.gz: e4129af6209eab7c20721c77734d0ffea2f47ec5a9eb3ee624b2790b66a9e1dddc10be31834712369ec7a40bf92ca8ecfe44ae516d54458756ed5ee9a7b22c33
6
+ metadata.gz: 61c6c502496690ab748448880ba2a3444098d449413e4ccd334299348f2adf879f258aaae4be6708addf083144928663770fd7383cdaccf72923df8dd35540f8
7
+ data.tar.gz: 0541f904d4ef59a271614e304e9e5c84d70b5e5790f8076212e8c505330ac0daebe7e4e2dc5b6d14bc367a5af77f2db0a06586ce18ecd6c25624ecc7e176b7db
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-accesscontextmanager_v1
2
2
 
3
+ ### v0.72.0 (2026-08-23)
4
+
5
+ * Regenerated from discovery document revision 20260819
6
+
3
7
  ### v0.71.0 (2026-08-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20260809
@@ -563,7 +563,8 @@ module Google
563
563
  # @return [Google::Apis::AccesscontextmanagerV1::Application]
564
564
  attr_accessor :restricted_client_application
565
565
 
566
- # A GCP project which contains applications and resources that users can access.
566
+ # A Google Cloud project which contains applications and resources that users
567
+ # can access.
567
568
  # Corresponds to the JSON property `restrictedProject`
568
569
  # @return [Google::Apis::AccesscontextmanagerV1::Project]
569
570
  attr_accessor :restricted_project
@@ -1851,12 +1852,18 @@ module Google
1851
1852
  class Principal
1852
1853
  include Google::Apis::Core::Hashable
1853
1854
 
1854
- # Immutable. IAM federated principal name to assign policies to workforce/
1855
- # workload federated identities. Can be principal set or single principal, here
1856
- # are some examples: Single principal: principal://iam.googleapis.com/projects/`
1857
- # project_number`/locations/global/workloadIdentityPools/`pool_id`/subject/`
1858
- # subject_attribute_value` PrincipalSet: principalSet://iam.googleapis.com/
1859
- # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/*
1855
+ # Immutable. The IAM principal identifier of the federated workforce or workload
1856
+ # to assign the policy to. Examples include the following: * Single principal: `
1857
+ # principal://iam.googleapis.com/projects/`project_number`/locations/global/
1858
+ # workloadIdentityPools/`pool_id`/subject/`subject_attribute_value`` * All
1859
+ # workloads in a workload identity pool: `principalSet://iam.googleapis.com/
1860
+ # projects/`project_number`/locations/global/workloadIdentityPools/`pool_id`/*` *
1861
+ # All Workforce Pools in a Google Cloud organization: `principalSet://
1862
+ # cloudresourcemanager.googleapis.com/organizations/`organization_id`/type/
1863
+ # WorkforcePool` Bindings created for all Workforce Pools in a Google Cloud
1864
+ # organization support only `scoped_access_settings` with the `
1865
+ # restricted_project` client scope and active `session_settings`. No other
1866
+ # configurations are allowed.
1860
1867
  # Corresponds to the JSON property `federatedPrincipal`
1861
1868
  # @return [String]
1862
1869
  attr_accessor :federated_principal
@@ -1910,12 +1917,13 @@ module Google
1910
1917
  end
1911
1918
  end
1912
1919
 
1913
- # A GCP project which contains applications and resources that users can access.
1920
+ # A Google Cloud project which contains applications and resources that users
1921
+ # can access.
1914
1922
  class Project
1915
1923
  include Google::Apis::Core::Hashable
1916
1924
 
1917
- # The GCP project resource name. Format: "projects/`project_number`" (Only the
1918
- # numeric project name variation is supported). Example: "projects/1234567890"
1925
+ # The Google Cloud project resource name. Format: `projects/`project_number``.
1926
+ # Only the project number is supported. Example: `projects/1234567890`
1919
1927
  # Corresponds to the JSON property `name`
1920
1928
  # @return [String]
1921
1929
  attr_accessor :name
@@ -2270,11 +2278,11 @@ module Google
2270
2278
  attr_accessor :max_inactivity
2271
2279
 
2272
2280
  # Optional. The session length. Setting this field to zero allows for sessions
2273
- # that are active indefinitely. Also, setting `session_length_enabled` to false
2274
- # disregards session limits, which means that sessions never expire. If
2275
- # use_oidc_max_age is true, for OIDC apps, the session length will be the
2276
- # minimum of this field and the OIDC max_age param. If this field is set to zero,
2277
- # `session_length_enabled` must be set to false or left unset.
2281
+ # that are active indefinitely. Also, setting `session_length_enabled` to `false`
2282
+ # disregards session limits, which means that sessions never expire. If `
2283
+ # use_oidc_max_age` is `true`, for OIDC apps, the session length will be the
2284
+ # minimum of this field and the OIDC `max_age` param. If this field is set to
2285
+ # zero, `session_length_enabled` must be set to `false` or left unset.
2278
2286
  # Corresponds to the JSON property `sessionLength`
2279
2287
  # @return [String]
2280
2288
  attr_accessor :session_length
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AccesscontextmanagerV1
18
18
  # Version of the google-apis-accesscontextmanager_v1 gem
19
- GEM_VERSION = "0.71.0"
19
+ GEM_VERSION = "0.72.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20260809"
25
+ REVISION = "20260819"
26
26
  end
27
27
  end
28
28
  end
@@ -924,6 +924,9 @@ module Google
924
924
  # @param [String] name
925
925
  # Required. Resource name for the Service Perimeter. Format: `accessPolicies/`
926
926
  # policy_id`/servicePerimeters/`service_perimeters_id``
927
+ # @param [String] deleted_principal_syntax
928
+ # Optional. If true, the response will contain the deleted principal syntax for
929
+ # identities that support it.
927
930
  # @param [String] fields
928
931
  # Selector specifying which fields to include in a partial response.
929
932
  # @param [String] quota_user
@@ -941,11 +944,12 @@ module Google
941
944
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
942
945
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
943
946
  # @raise [Google::Apis::AuthorizationError] Authorization is required
944
- def get_access_policy_service_perimeter(name, fields: nil, quota_user: nil, options: nil, &block)
947
+ def get_access_policy_service_perimeter(name, deleted_principal_syntax: nil, fields: nil, quota_user: nil, options: nil, &block)
945
948
  command = make_simple_command(:get, 'v1/{+name}', options)
946
949
  command.response_representation = Google::Apis::AccesscontextmanagerV1::ServicePerimeter::Representation
947
950
  command.response_class = Google::Apis::AccesscontextmanagerV1::ServicePerimeter
948
951
  command.params['name'] = name unless name.nil?
952
+ command.query['deletedPrincipalSyntax'] = deleted_principal_syntax unless deleted_principal_syntax.nil?
949
953
  command.query['fields'] = fields unless fields.nil?
950
954
  command.query['quotaUser'] = quota_user unless quota_user.nil?
951
955
  execute_or_queue_command(command, &block)
@@ -955,6 +959,9 @@ module Google
955
959
  # @param [String] parent
956
960
  # Required. Resource name for the access policy to list Service Perimeters from.
957
961
  # Format: `accessPolicies/`policy_id``
962
+ # @param [String] deleted_principal_syntax
963
+ # Optional. If true, the response will contain the deleted principal syntax for
964
+ # identities that support it.
958
965
  # @param [Fixnum] page_size
959
966
  # Number of Service Perimeters to include in the list. Default 100.
960
967
  # @param [String] page_token
@@ -977,11 +984,12 @@ module Google
977
984
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
978
985
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
979
986
  # @raise [Google::Apis::AuthorizationError] Authorization is required
980
- def list_access_policy_service_perimeters(parent, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
987
+ def list_access_policy_service_perimeters(parent, deleted_principal_syntax: nil, page_size: nil, page_token: nil, fields: nil, quota_user: nil, options: nil, &block)
981
988
  command = make_simple_command(:get, 'v1/{+parent}/servicePerimeters', options)
982
989
  command.response_representation = Google::Apis::AccesscontextmanagerV1::ListServicePerimetersResponse::Representation
983
990
  command.response_class = Google::Apis::AccesscontextmanagerV1::ListServicePerimetersResponse
984
991
  command.params['parent'] = parent unless parent.nil?
992
+ command.query['deletedPrincipalSyntax'] = deleted_principal_syntax unless deleted_principal_syntax.nil?
985
993
  command.query['pageSize'] = page_size unless page_size.nil?
986
994
  command.query['pageToken'] = page_token unless page_token.nil?
987
995
  command.query['fields'] = fields unless fields.nil?
@@ -999,6 +1007,10 @@ module Google
999
1007
  # component must begin with a letter, followed by alphanumeric characters or `_`.
1000
1008
  # After you create a `ServicePerimeter`, you cannot change its `name`.
1001
1009
  # @param [Google::Apis::AccesscontextmanagerV1::ServicePerimeter] service_perimeter_object
1010
+ # @param [String] deleted_principal_syntax
1011
+ # Optional. If true, the response will contain the deleted principal syntax for
1012
+ # identities that support it and the request can contain identities with deleted
1013
+ # principal syntax.
1002
1014
  # @param [String] update_mask
1003
1015
  # Required. Mask to control which fields get updated. Must be non-empty.
1004
1016
  # @param [String] fields
@@ -1018,13 +1030,14 @@ module Google
1018
1030
  # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
1019
1031
  # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
1020
1032
  # @raise [Google::Apis::AuthorizationError] Authorization is required
1021
- def patch_access_policy_service_perimeter(name, service_perimeter_object = nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1033
+ def patch_access_policy_service_perimeter(name, service_perimeter_object = nil, deleted_principal_syntax: nil, update_mask: nil, fields: nil, quota_user: nil, options: nil, &block)
1022
1034
  command = make_simple_command(:patch, 'v1/{+name}', options)
1023
1035
  command.request_representation = Google::Apis::AccesscontextmanagerV1::ServicePerimeter::Representation
1024
1036
  command.request_object = service_perimeter_object
1025
1037
  command.response_representation = Google::Apis::AccesscontextmanagerV1::Operation::Representation
1026
1038
  command.response_class = Google::Apis::AccesscontextmanagerV1::Operation
1027
1039
  command.params['name'] = name unless name.nil?
1040
+ command.query['deletedPrincipalSyntax'] = deleted_principal_syntax unless deleted_principal_syntax.nil?
1028
1041
  command.query['updateMask'] = update_mask unless update_mask.nil?
1029
1042
  command.query['fields'] = fields unless fields.nil?
1030
1043
  command.query['quotaUser'] = quota_user unless quota_user.nil?
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-accesscontextmanager_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.71.0
4
+ version: 0.72.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.71.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-accesscontextmanager_v1/v0.72.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-accesscontextmanager_v1
62
62
  rdoc_options: []
63
63
  require_paths: