diff --git a/generated/google/apis/cloudidentity_v1.rb b/generated/google/apis/cloudidentity_v1.rb index a405b04ba..d39c3d01d 100644 --- a/generated/google/apis/cloudidentity_v1.rb +++ b/generated/google/apis/cloudidentity_v1.rb @@ -25,7 +25,7 @@ module Google # @see https://cloud.google.com/identity/ module CloudidentityV1 VERSION = 'V1' - REVISION = '20200927' + REVISION = '20201107' # See your device details AUTH_CLOUD_IDENTITY_DEVICES_LOOKUP = 'https://www.googleapis.com/auth/cloud-identity.devices.lookup' diff --git a/generated/google/apis/cloudidentity_v1/service.rb b/generated/google/apis/cloudidentity_v1/service.rb index 63908ef16..403373d78 100644 --- a/generated/google/apis/cloudidentity_v1/service.rb +++ b/generated/google/apis/cloudidentity_v1/service.rb @@ -663,7 +663,12 @@ module Google # of the ClientState in format: `devices/`device_id`/deviceUsers/`device_user_id` # /clientStates/`partner_id``, where device_id is the unique ID assigned to the # Device, device_user_id is the unique ID assigned to the User and partner_id - # identifies the partner storing the data. + # identifies the partner storing the data. To get the client state for devices + # belonging to your own organization, the `partnerId` is in the format: ` + # customerId-*anystring*`. Where the `customerId` is your organization's + # customer ID and `anystring` is any suffix. This suffix is used in setting up + # Custom Access Levels in Context-Aware Access. You may use `my_customer` + # instead of the customer ID for devices managed by your own organization. # @param [String] customer # Required. [Resource name](https://cloud.google.com/apis/design/resource_names) # of the customer. If you're using this API for your own organization, use ` diff --git a/generated/google/apis/cloudidentity_v1/synth.metadata b/generated/google/apis/cloudidentity_v1/synth.metadata index 429012f74..797965688 100644 --- a/generated/google/apis/cloudidentity_v1/synth.metadata +++ b/generated/google/apis/cloudidentity_v1/synth.metadata @@ -4,7 +4,7 @@ "git": { "name": ".", "remote": "https://github.com/googleapis/google-api-ruby-client.git", - "sha": "c98c719bbab68d0890524d53f8b629d7858af9c2" + "sha": "03fcbbc8def2b753f53e44325d3e089eec8ddb60" } } ]