diff --git a/generated/google-apis-agentidentity_v1/CHANGELOG.md b/generated/google-apis-agentidentity_v1/CHANGELOG.md index a62ceb82f14..0d21299440d 100644 --- a/generated/google-apis-agentidentity_v1/CHANGELOG.md +++ b/generated/google-apis-agentidentity_v1/CHANGELOG.md @@ -1,5 +1,9 @@ # Release history for google-apis-agentidentity_v1 +### v0.2.0 (2026-08-30) + +* Regenerated from discovery document revision 20260823 + ### v0.1.0 (2026-08-09) * Regenerated from discovery document revision 20260722 diff --git a/generated/google-apis-agentidentity_v1/Gemfile.lock b/generated/google-apis-agentidentity_v1/Gemfile.lock index 84974816576..9ae1f2ab25f 100644 --- a/generated/google-apis-agentidentity_v1/Gemfile.lock +++ b/generated/google-apis-agentidentity_v1/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - google-apis-agentidentity_v1 (0.1.0) + google-apis-agentidentity_v1 (0.2.0) google-apis-core (>= 0.15.0, < 2.a) GEM @@ -105,7 +105,7 @@ CHECKSUMS faraday (2.14.3) sha256=1882247e6766615c8220b4392bf1d27f6ebb63d8e28267587cef1fb0bf37f278 faraday-follow_redirects (0.5.0) sha256=5cde93c894b30943a5d2b93c2fe9284216a6b756f7af406a1e55f211d97d10ad faraday-net_http (3.4.4) sha256=0e78af151747ed1b00f33e25973b4bc220d7f16c00c39676817c8b12331eb588 - google-apis-agentidentity_v1 (0.1.0) + google-apis-agentidentity_v1 (0.2.0) google-apis-core (1.2.5) sha256=e21562b5627a0fc6a0c3165e429c3afed0f6a628eaa514e83f7204dda1adff69 google-cloud-env (2.4.0) sha256=01cb35ecee5d1c4d1cd4deaed8bb5bddc838e296bcc2a35c5d1ddd07ce40d28d google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b diff --git a/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/classes.rb b/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/classes.rb index 25e211415d6..e2882d54798 100644 --- a/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/classes.rb +++ b/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/classes.rb @@ -22,39 +22,38 @@ module Google module Apis module AgentidentityV1 - # Message describing AccessSummary object + # Represents an access summary. class AccessSummary include Google::Apis::Core::Hashable - # Output only. The auth_provider that this access summary is associated with. + # Output only. The auth provider that this access summary is associated with. # Corresponds to the JSON property `authProvider` # @return [String] attr_accessor :auth_provider - # Output only. The type of the connector that was used to create this access - # summary. + # Output only. The auth provider type used to create this access summary. # Corresponds to the JSON property `authProviderType` # @return [String] attr_accessor :auth_provider_type - # Output only. The first time this user has interacted with this workload. - # Rounded to the previous hour. + # Output only. The first time this user interacted with this workload, rounded + # to the previous hour. # Corresponds to the JSON property `firstAccessTime` # @return [String] attr_accessor :first_access_time - # Optional. Labels as key value pairs + # Optional. Labels as key-value pairs. # Corresponds to the JSON property `labels` # @return [Hash] attr_accessor :labels - # Output only. The most recent time this user has interacted with this workload. - # Rounded to the previous hour. + # Output only. The most recent time this user interacted with this workload, + # rounded to the previous hour. # Corresponds to the JSON property `lastAccessTime` # @return [String] attr_accessor :last_access_time - # Output only. Identifier. Name of the AccessSummary + # Output only. Identifier. The resource name of the access summary. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name @@ -70,19 +69,19 @@ class AccessSummary # @return [Array] attr_accessor :scopes - # Output only. The url of the authentication server that was accessed. + # Output only. The URL of the authentication server that was accessed. # Corresponds to the JSON property `tokenUrl` # @return [String] attr_accessor :token_url - # Output only. The user_id provided by the workload application for this user. + # Output only. The user ID provided by the workload application for this user. # Not verified by Google. # Corresponds to the JSON property `userId` # @return [String] attr_accessor :user_id # Output only. The identity bound to the workload that this user interacted with - # to produce this AccessSummary. Will typically be an agentic spiffe id + # to produce this access summary. Typically an agentic SPIFFE ID. # Corresponds to the JSON property `workloadId` # @return [String] attr_accessor :workload_id @@ -107,11 +106,11 @@ def update!(**args) end end - # Message describing ApiKeyParams object. + # Configuration for API key authentication. class ApiKeyParams include Google::Apis::Core::Hashable - # Optional. Input only. The API key for this auth_provider. + # Optional. Input only. The API key for this auth provider. # Corresponds to the JSON property `apiKey` # @return [String] attr_accessor :api_key @@ -197,12 +196,12 @@ def update!(**args) end end - # Message describing AuthProvider object + # Represents an auth provider. class AuthProvider include Google::Apis::Core::Hashable - # Optional. List of scopes that are allowed to be requested for this - # auth_provider. If this list is non-empty, only scopes within this list may be + # Optional. List of scopes that are allowed to be requested for this auth + # provider. If this list is non-empty, only scopes within this list may be # requested. If this list is empty, all scopes may be requested. Scopes # appearing in `blocked_scopes` are disallowed even if they appear in ` # allowed_scopes`. The number of allowed scopes is limited to 200. @@ -210,25 +209,25 @@ class AuthProvider # @return [Array] attr_accessor :allowed_scopes - # AuthProvider type specific parameters. Required when creating an auth_provider. + # Required. Parameters specific to the auth provider type. # Corresponds to the JSON property `authProviderTypeParams` # @return [Google::Apis::AgentidentityV1::AuthProviderTypeParams] attr_accessor :auth_provider_type_params - # Optional. List of scopes that are blocked from being requested for this - # auth_provider. If a scope appears in this list, it will not be requested, even - # if it also appears in `allowed_scopes`. `blocked_scopes` takes precedence over - # `allowed_scopes`. The number of blocked scopes is limited to 200. + # Optional. List of scopes that are blocked from being requested for this auth + # provider. If a scope appears in this list, it will not be requested, even if + # it also appears in `allowed_scopes`. `blocked_scopes` takes precedence over ` + # allowed_scopes`. The number of blocked scopes is limited to 200. # Corresponds to the JSON property `blockedScopes` # @return [Array] attr_accessor :blocked_scopes - # Output only. [Output only] Create time stamp + # Output only. The creation timestamp. # Corresponds to the JSON property `createTime` # @return [String] attr_accessor :create_time - # Output only. This is set to true if the auth_provider is deleted. + # Output only. Set to `true` if the auth provider is deleted. # Corresponds to the JSON property `deleted` # @return [Boolean] attr_accessor :deleted @@ -239,36 +238,36 @@ class AuthProvider # @return [String] attr_accessor :description - # Output only. The time when the auth_provider will expire. + # Output only. The time when the auth provider will expire. # Corresponds to the JSON property `expireTime` # @return [String] attr_accessor :expire_time - # Optional. Labels as key value pairs + # Optional. Labels as key-value pairs. # Corresponds to the JSON property `labels` # @return [Hash] attr_accessor :labels - # Identifier. The full resource name of the auth_provider. Format: projects/` + # Identifier. The full resource name of the auth provider. Format: projects/` # project`/locations/`location`/authProviders/`auth_provider` # Corresponds to the JSON property `name` # @return [String] attr_accessor :name - # Output only. The state of the auth_provider. + # Output only. The state of the auth provider. # Corresponds to the JSON property `state` # @return [String] attr_accessor :state - # Output only. [Output only] Update time stamp + # Output only. The update timestamp. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time - # Optional. Input only. Represents the workload identity in IAM `principal://` - # format of the agent(s) that will use this AuthProvider. Example: `principal:// - # agents.global.org-$`ORG_ID`.system.id.goog/resources/aiplatform/projects/` - # PROJECT_ID`/locations/`LOCATIONS`/reasoningEngines/`ID`` + # Optional. Input only. Identifiers for the agents that will use this auth + # provider, starting with `principal://`. For example: `principal://agents. + # global.org-$`ORG_ID`.system.id.goog/resources/aiplatform/projects/`PROJECT_ID`/ + # locations/`LOCATIONS`/reasoningEngines/`ID`` # Corresponds to the JSON property `workloadIds` # @return [Array] attr_accessor :workload_ids @@ -294,26 +293,26 @@ def update!(**args) end end - # AuthProvider type specific parameters. Required when creating an auth_provider. + # Required. Parameters specific to the auth provider type. class AuthProviderTypeParams include Google::Apis::Core::Hashable - # Message describing ApiKeyParams object. + # Configuration for API key authentication. # Corresponds to the JSON property `apiKey` # @return [Google::Apis::AgentidentityV1::ApiKeyParams] attr_accessor :api_key - # Message describing GeminiEnterpriseAuthProviderParams object. + # Configuration for Gemini Enterprise authentication. # Corresponds to the JSON property `geAuthProvider` # @return [Google::Apis::AgentidentityV1::GeminiEnterpriseAuthProviderParams] attr_accessor :ge_auth_provider - # Message describing ThreeLeggedOAuth object. + # Configuration for 3-legged OAuth (3LO) authentication. # Corresponds to the JSON property `threeLeggedOauth` # @return [Google::Apis::AgentidentityV1::ThreeLeggedOAuth] attr_accessor :three_legged_oauth - # Message describing TwoLeggedOAuth object. + # Configuration for 2-legged OAuth (2LO) authentication. # Corresponds to the JSON property `twoLeggedOauth` # @return [Google::Apis::AgentidentityV1::TwoLeggedOAuth] attr_accessor :two_legged_oauth @@ -331,22 +330,22 @@ def update!(**args) end end - # Message describing Authorization object + # Represents an authorization. class Authorization include Google::Apis::Core::Hashable - # Output only. The client_user_id provided by the client application for their + # Output only. The client user ID provided by the client application for their # end user. Not verified by Google. # Corresponds to the JSON property `clientUserId` # @return [String] attr_accessor :client_user_id - # Output only. [Output only] Create time stamp + # Output only. The creation timestamp. # Corresponds to the JSON property `createTime` # @return [String] attr_accessor :create_time - # Identifier. name of resource + # Identifier. The resource name of the authorization. # Corresponds to the JSON property `name` # @return [String] attr_accessor :name @@ -362,7 +361,7 @@ class Authorization # @return [String] attr_accessor :state - # Output only. [Output only] Update time stamp + # Output only. The update timestamp. # Corresponds to the JSON property `updateTime` # @return [String] attr_accessor :update_time @@ -483,7 +482,7 @@ def update!(**args) end end - # Message for disabling an AuthProvider + # Request message for `DisableAuthProvider`. class DisableAuthProviderRequest include Google::Apis::Core::Hashable @@ -523,7 +522,7 @@ def update!(**args) end end - # Message for enabling an AuthProvider + # Request message for `EnableAuthProvider`. class EnableAuthProviderRequest include Google::Apis::Core::Hashable @@ -601,7 +600,7 @@ def update!(**args) end end - # Message describing GeminiEnterpriseAuthProviderParams object. + # Configuration for Gemini Enterprise authentication. class GeminiEnterpriseAuthProviderParams include Google::Apis::Core::Hashable @@ -614,11 +613,11 @@ def update!(**args) end end - # Message for response to listing AccessSummaries + # Response message for `ListAccessSummaries`. class ListAccessSummariesResponse include Google::Apis::Core::Hashable - # The list of AccessSummary + # The list of access summaries. # Corresponds to the JSON property `accessSummaries` # @return [Array] attr_accessor :access_summaries @@ -645,11 +644,11 @@ def update!(**args) end end - # Message for response to listing AuthProviders + # Response message for `ListAuthProviders`. class ListAuthProvidersResponse include Google::Apis::Core::Hashable - # The list of AuthProvider + # The list of auth providers. # Corresponds to the JSON property `authProviders` # @return [Array] attr_accessor :auth_providers @@ -676,11 +675,11 @@ def update!(**args) end end - # Message for response to listing Authorizations + # Response message for `ListAuthorizations`. class ListAuthorizationsResponse include Google::Apis::Core::Hashable - # The list of Authorization + # The list of authorizations. # Corresponds to the JSON property `authorizations` # @return [Array] attr_accessor :authorizations @@ -874,11 +873,11 @@ def update!(**args) end end - # Response message for QueryAuthProviders. + # Response message for `QueryAuthProviders`. class QueryAuthProvidersResponse include Google::Apis::Core::Hashable - # The unique list of auth_provider resource names used by the workload. + # The unique list of auth provider resource names used by the workload. # Corresponds to the JSON property `authProviderNames` # @return [Array] attr_accessor :auth_provider_names @@ -900,7 +899,7 @@ def update!(**args) end end - # Response message for QueryWorkloads. + # Response message for `QueryWorkloads`. class QueryWorkloadsResponse include Google::Apis::Core::Hashable @@ -909,7 +908,8 @@ class QueryWorkloadsResponse # @return [String] attr_accessor :next_page_token - # The unique list of workload identifiers (agents) that used the auth_provider. + # The unique list of identifiers for the agents that used this auth provider, + # starting with `principal://`. # Corresponds to the JSON property `workloadIds` # @return [Array] attr_accessor :workload_ids @@ -925,7 +925,7 @@ def update!(**args) end end - # Request message for RevokeAuthorization. + # Request message for `RevokeAuthorization`. class RevokeAuthorizationRequest include Google::Apis::Core::Hashable @@ -944,7 +944,7 @@ def update!(**args) end end - # Response message for RevokeAuthorization. + # Response message for `RevokeAuthorization`. class RevokeAuthorizationResponse include Google::Apis::Core::Hashable @@ -1050,12 +1050,12 @@ def update!(**args) end end - # Message describing ThreeLeggedOAuth object. + # Configuration for 3-legged OAuth (3LO) authentication. class ThreeLeggedOAuth include Google::Apis::Core::Hashable # Optional. The authorization endpoint to send users to for consenting to - # delegate to the agent. eg. "https://auth.atlassian.com/authorize" + # delegate to the agent. For example, "https://auth.atlassian.com/authorize". # Corresponds to the JSON property `authorizationUrl` # @return [String] attr_accessor :authorization_url @@ -1070,8 +1070,8 @@ class ThreeLeggedOAuth # @return [String] attr_accessor :client_secret - # Optional. The default continue URI for 3LO flow and it will be used when no - # continue URI is provided in the RetrieveCredentials request. + # Optional. The default continue URI for the 3LO flow, used when no continue URI + # is provided in the RetrieveCredentials request. # Corresponds to the JSON property `defaultContinueUri` # @return [String] attr_accessor :default_continue_uri @@ -1083,14 +1083,14 @@ class ThreeLeggedOAuth attr_accessor :enable_pkce alias_method :enable_pkce?, :enable_pkce - # Output only. The redirect URL this auth_provider uses for the OAuth exchange. - # This is deterministic based on the name of the auth_provider. + # Output only. The redirect URL this auth provider uses for the OAuth exchange. + # This is deterministic based on the name of the auth provider. # Corresponds to the JSON property `redirectUrl` # @return [String] attr_accessor :redirect_url # Optional. The token endpoint for requesting tokens on behalf of an end user. - # eg. "https://auth.atlassian.com/oauth/token" + # For example, "https://auth.atlassian.com/oauth/token". # Corresponds to the JSON property `tokenUrl` # @return [String] attr_accessor :token_url @@ -1111,7 +1111,7 @@ def update!(**args) end end - # Message describing TwoLeggedOAuth object. + # Configuration for 2-legged OAuth (2LO) authentication. class TwoLeggedOAuth include Google::Apis::Core::Hashable @@ -1142,7 +1142,7 @@ def update!(**args) end end - # Message for undeleting a AuthProvider + # Request message for `UndeleteAuthProvider`. class UndeleteAuthProviderRequest include Google::Apis::Core::Hashable diff --git a/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/gem_version.rb b/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/gem_version.rb index 3e9bd7cf7ae..76be8d032f5 100644 --- a/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/gem_version.rb +++ b/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/gem_version.rb @@ -16,13 +16,13 @@ module Google module Apis module AgentidentityV1 # Version of the google-apis-agentidentity_v1 gem - GEM_VERSION = "0.1.0" + GEM_VERSION = "0.2.0" # Version of the code generator used to generate this client GENERATOR_VERSION = "0.19.0" # Revision of the discovery document this client was generated from - REVISION = "20260722" + REVISION = "20260823" end end end diff --git a/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/service.rb b/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/service.rb index c974fc80f80..89703fcd7ef 100644 --- a/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/service.rb +++ b/generated/google-apis-agentidentity_v1/lib/google/apis/agentidentity_v1/service.rb @@ -137,9 +137,9 @@ def list_project_locations(name, extra_location_types: nil, filter: nil, page_si execute_or_queue_command(command, &block) end - # Gets details of a single AccessSummary. + # Gets details of a single access summary. # @param [String] name - # Required. Name of the resource + # Required. The resource name of the access summary. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -167,7 +167,7 @@ def get_project_location_access_summary(name, fields: nil, quota_user: nil, opti execute_or_queue_command(command, &block) end - # Lists AccessSummaries in a given project and location. Supported Filters: - ` + # Lists access summaries in a given project and location. Supported filters: - ` # workload_id`: Filter by the SPIFFE ID of the agent. Example: `workload_id=" # spiffe://example.com/ns/default/sa/my-agent"` # @param [String] parent @@ -183,7 +183,8 @@ def get_project_location_access_summary(name, fields: nil, quota_user: nil, opti # auth_provider_id, user_id) in ascending order. # @param [Fixnum] page_size # Optional. Requested page size. Server may return fewer items than requested. - # If unspecified, server will pick an appropriate default. + # If unspecified, server will pick an appropriate default. The maximum page size + # is 1000. # @param [String] page_token # Optional. A token identifying a page of results the server should return. # @param [String] fields @@ -217,14 +218,14 @@ def list_project_location_access_summaries(parent, filter: nil, order_by: nil, p execute_or_queue_command(command, &block) end - # Creates a new AuthProvider in a given project and location. + # Creates a new auth provider in a given project and location. # @param [String] parent - # Required. The parent resource where the AuthProvider is created. Format: + # Required. The parent resource where the auth provider is created. Format: # projects/`project`/locations/`location` # @param [Google::Apis::AgentidentityV1::AuthProvider] auth_provider_object # @param [String] auth_provider_id - # Required. The ID to use for the AuthProvider, which will become the final - # segment of the AuthProvider's resource name. This value should be 1-63 + # Required. The ID to use for the auth provider, which will become the final + # segment of the auth provider's resource name. This value should be 1-63 # characters, and valid characters are /a-z-/. The first character must be a # lowercase letter, and the last character must be a lowercase letter or a # number. @@ -270,9 +271,9 @@ def create_project_location_auth_provider(parent, auth_provider_object = nil, au execute_or_queue_command(command, &block) end - # Deletes a single AuthProvider. + # Deletes a single auth provider. # @param [String] name - # Required. Name of the resource + # Required. The resource name of the auth provider. # @param [String] request_id # Optional. An optional request ID to identify requests. Specify a unique # request ID so that if you must retry your request, the server will know to @@ -312,10 +313,10 @@ def delete_project_location_auth_provider(name, request_id: nil, fields: nil, qu execute_or_queue_command(command, &block) end - # Disables a single AuthProvider. + # Disables a single auth provider. # @param [String] name - # Required. Name of the resource Format: projects/`project`/locations/`location`/ - # authProviders/`auth_provider` + # Required. The resource name of the auth provider. Format: projects/`project`/ + # locations/`location`/authProviders/`auth_provider` # @param [Google::Apis::AgentidentityV1::DisableAuthProviderRequest] disable_auth_provider_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -346,10 +347,10 @@ def disable_auth_provider(name, disable_auth_provider_request_object = nil, fiel execute_or_queue_command(command, &block) end - # Enables a single AuthProvider. + # Enables a single auth provider. # @param [String] name - # Required. Name of the resource Format: projects/`project`/locations/`location`/ - # authProviders/`auth_provider` + # Required. The resource name of the auth provider. Format: projects/`project`/ + # locations/`location`/authProviders/`auth_provider` # @param [Google::Apis::AgentidentityV1::EnableAuthProviderRequest] enable_auth_provider_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -380,9 +381,9 @@ def enable_auth_provider(name, enable_auth_provider_request_object = nil, fields execute_or_queue_command(command, &block) end - # Gets details of a single AuthProvider. + # Gets details of a single auth provider. # @param [String] name - # Required. Name of the resource + # Required. The resource name of the auth provider. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -455,7 +456,7 @@ def get_project_location_auth_provider_iam_policy(resource, options_requested_po execute_or_queue_command(command, &block) end - # Lists AuthProviders in a given project and location. + # Lists auth providers in a given project and location. # @param [String] parent # Required. The parent resource where the search is performed. Format: projects/` # project`/locations/`location` @@ -466,14 +467,15 @@ def get_project_location_auth_provider_iam_policy(resource, options_requested_po # ascending order. # @param [Fixnum] page_size # Optional. Requested page size. Server may return fewer items than requested. - # If unspecified, server will pick an appropriate default. + # If unspecified, server will pick an appropriate default. The maximum page size + # is 1000. # @param [String] page_token # Optional. A token, which can be sent as `page_token` to retrieve the next page. # If this field is omitted, the first page is returned. # @param [Boolean] show_deleted - # Optional. Deleted auth_providers will be kept with a soft-delete for 30 days - # before being purged. If this field is set to true, deleted auth_providers will - # also be returned. + # Optional. Deleted auth providers will be kept with a soft-delete for 30 days + # before being purged. If this field is set to `true`, deleted auth providers + # will also be returned. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -506,9 +508,9 @@ def list_project_location_auth_providers(parent, filter: nil, order_by: nil, pag execute_or_queue_command(command, &block) end - # Updates the parameters of a single AuthProvider. + # Updates the parameters of a single auth provider. # @param [String] name - # Identifier. The full resource name of the auth_provider. Format: projects/` + # Identifier. The full resource name of the auth provider. Format: projects/` # project`/locations/`location`/authProviders/`auth_provider` # @param [Google::Apis::AgentidentityV1::AuthProvider] auth_provider_object # @param [String] request_id @@ -524,7 +526,7 @@ def list_project_location_auth_providers(parent, filter: nil, order_by: nil, pag # that zero UUID is not supported (00000000-0000-0000-0000-000000000000). # @param [String] update_mask # Optional. Field mask is used to specify the fields to be overwritten in the - # AuthProvider resource by the update. The fields specified in the update_mask + # auth provider resource by the update. The fields specified in the `update_mask` # are relative to the resource, not the full request. A field will be # overwritten if it is in the mask. If the user does not provide a mask then all # fields present in the request will be overwritten. @@ -559,7 +561,7 @@ def patch_project_location_auth_provider(name, auth_provider_object = nil, reque execute_or_queue_command(command, &block) end - # Queries what all auth_providers are used by a given workload_id. + # Queries which auth providers are used by a given workload ID. # @param [String] parent # Required. The parent resource where the search is performed. Format: projects/` # project`/locations/`location` @@ -605,16 +607,17 @@ def query_project_location_auth_provider(parent, page_size: nil, page_token: nil execute_or_queue_command(command, &block) end - # Queries what all workloads are using a given auth_provider. + # Queries which workloads are using a given auth provider. # @param [String] name - # Required. The name of the auth_provider to query. Format: projects/`project`/ + # Required. The name of the auth provider to query. Format: projects/`project`/ # locations/`location`/authProviders/`auth_provider` # @param [Fixnum] page_size # Optional. Requested page size. Server may return fewer items than requested. - # If unspecified, server will pick an appropriate default. + # If unspecified, server will pick an appropriate default. The maximum page size + # is 1000. # @param [String] page_token # Optional. A token, which can be sent as `page_token` to retrieve the next page. - # When paginating, all other parameters provided to QueryWorkloads must match + # When paginating, all other parameters provided to `QueryWorkloads` must match # the call that provided the page token. If this field is omitted, the first # page is returned. # @param [String] fields @@ -646,11 +649,11 @@ def query_project_location_auth_provider_workloads(name, page_size: nil, page_to execute_or_queue_command(command, &block) end - # Revokes all authorizations for a specific user on an AuthProvider. This - # deletes all authorization records associated with the user and AuthProvider, + # Revokes all authorizations for a specific user on an auth provider. This + # deletes all authorization records associated with the user and auth provider, # effectively revoking access across all agents. # @param [String] name - # Required. The resource name of the AuthProvider. Format: projects/`project`/ + # Required. The resource name of the auth provider. Format: projects/`project`/ # locations/`location`/authProviders/`auth_provider` # @param [Google::Apis::AgentidentityV1::RevokeAuthorizationRequest] revoke_authorization_request_object # @param [String] fields @@ -758,10 +761,10 @@ def test_auth_provider_iam_permissions(resource, test_iam_permissions_request_ob execute_or_queue_command(command, &block) end - # Undeletes a single AuthProvider. + # Undeletes a single auth provider. # @param [String] name - # Required. Name of the resource Format: projects/`project`/locations/`location`/ - # authProviders/`auth_provider` + # Required. The resource name of the auth provider. Format: projects/`project`/ + # locations/`location`/authProviders/`auth_provider` # @param [Google::Apis::AgentidentityV1::UndeleteAuthProviderRequest] undelete_auth_provider_request_object # @param [String] fields # Selector specifying which fields to include in a partial response. @@ -792,10 +795,10 @@ def undelete_auth_provider(name, undelete_auth_provider_request_object = nil, fi execute_or_queue_command(command, &block) end - # Deletes a single Authorization. + # Deletes a single authorization. # @param [String] name - # Required. The name of the Authorization to delete. Format: projects/`project`/ - # locations/`location`/authProviders/`auth_provider`/authorizations/` + # Required. The resource name of the authorization to delete. Format: projects/` + # project`/locations/`location`/authProviders/`auth_provider`/authorizations/` # authorization` # @param [String] request_id # Optional. An optional request ID to identify requests. Specify a unique @@ -836,9 +839,9 @@ def delete_project_location_auth_provider_authorization(name, request_id: nil, f execute_or_queue_command(command, &block) end - # Gets details of a single Authorization. + # Gets details of a single authorization. # @param [String] name - # Required. Name of the resource + # Required. The resource name of the authorization. # @param [String] fields # Selector specifying which fields to include in a partial response. # @param [String] quota_user @@ -866,7 +869,7 @@ def get_project_location_auth_provider_authorization(name, fields: nil, quota_us execute_or_queue_command(command, &block) end - # Lists Authorizations in a given project and location. + # Lists authorizations in a given project and location. # @param [String] parent # Required. The parent resource where the search is performed. Format: projects/` # project`/locations/`location`/authProviders/`auth_provider` @@ -878,7 +881,8 @@ def get_project_location_auth_provider_authorization(name, fields: nil, quota_us # authorization_id in ascending order. # @param [Fixnum] page_size # Optional. Requested page size. Server may return fewer items than requested. - # If unspecified, server will pick an appropriate default. + # If unspecified, server will pick an appropriate default. The maximum page size + # is 1000. # @param [String] page_token # Optional. A page token, received from a previous `ListAuthorizations` call. # Provide this to retrieve the subsequent page. When paginating, all other