generated/google/apis/cloudidentity_v1beta1/representations.rb in google-api-client-0.38.0 vs generated/google/apis/cloudidentity_v1beta1/representations.rb in google-api-client-0.39.0

- old
+ new

@@ -50,10 +50,22 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ClientState + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + + class CustomAttributeValue + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class Device class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -86,10 +98,16 @@ class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end + class ListClientStatesResponse + class Representation < Google::Apis::Core::JsonRepresentation; end + + include Google::Apis::Core::JsonObjectSupport + end + class ListDeviceUsersResponse class Representation < Google::Apis::Core::JsonRepresentation; end include Google::Apis::Core::JsonObjectSupport end @@ -203,23 +221,13 @@ end class AndroidAttributes # @private class Representation < Google::Apis::Core::JsonRepresentation - property :baseband_version, as: 'basebandVersion' - property :bootloader_version, as: 'bootloaderVersion' - property :build_number, as: 'buildNumber' - property :enabled_developer_options, as: 'enabledDeveloperOptions' property :enabled_unknown_sources, as: 'enabledUnknownSources' - property :enabled_usb_debugging, as: 'enabledUsbDebugging' - property :encryption_state, as: 'encryptionState' - property :hardware, as: 'hardware' - property :kernel_version, as: 'kernelVersion' - collection :other_accounts, as: 'otherAccounts' property :owner_profile_account, as: 'ownerProfileAccount' property :ownership_privilege, as: 'ownershipPrivilege' - property :security_patch_time, as: 'securityPatchTime' property :supports_work_profile, as: 'supportsWorkProfile' end end class ApproveDeviceUserResponse @@ -252,31 +260,68 @@ property :device_user, as: 'deviceUser', class: Google::Apis::CloudidentityV1beta1::DeviceUser, decorator: Google::Apis::CloudidentityV1beta1::DeviceUser::Representation end end + class ClientState + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :asset_tags, as: 'assetTags' + property :compliance_state, as: 'complianceState' + property :create_time, as: 'createTime' + property :custom_id, as: 'customId' + property :etag, as: 'etag' + property :health_score, as: 'healthScore' + hash :key_value_pairs, as: 'keyValuePairs', class: Google::Apis::CloudidentityV1beta1::CustomAttributeValue, decorator: Google::Apis::CloudidentityV1beta1::CustomAttributeValue::Representation + + property :last_update_time, as: 'lastUpdateTime' + property :managed, as: 'managed' + property :name, as: 'name' + property :owner_type, as: 'ownerType' + property :score_reason, as: 'scoreReason' + end + end + + class CustomAttributeValue + # @private + class Representation < Google::Apis::Core::JsonRepresentation + property :bool_value, as: 'boolValue' + property :number_value, as: 'numberValue' + property :string_value, as: 'stringValue' + end + end + class Device # @private class Representation < Google::Apis::Core::JsonRepresentation property :android_specific_attributes, as: 'androidSpecificAttributes', class: Google::Apis::CloudidentityV1beta1::AndroidAttributes, decorator: Google::Apis::CloudidentityV1beta1::AndroidAttributes::Representation property :asset_tag, as: 'assetTag' + property :baseband_version, as: 'basebandVersion' + property :bootloader_version, as: 'bootloaderVersion' property :brand, as: 'brand' + property :build_number, as: 'buildNumber' property :compromised_state, as: 'compromisedState' property :create_time, as: 'createTime' property :device_type, as: 'deviceType' + property :enabled_developer_options, as: 'enabledDeveloperOptions' + property :enabled_usb_debugging, as: 'enabledUsbDebugging' + property :encryption_state, as: 'encryptionState' property :imei, as: 'imei' + property :kernel_version, as: 'kernelVersion' property :last_sync_time, as: 'lastSyncTime' property :management_state, as: 'managementState' property :manufacturer, as: 'manufacturer' property :meid, as: 'meid' property :model, as: 'model' property :name, as: 'name' property :network_operator, as: 'networkOperator' property :os_version, as: 'osVersion' + collection :other_accounts, as: 'otherAccounts' property :owner_type, as: 'ownerType' property :release_version, as: 'releaseVersion' + property :security_patch_time, as: 'securityPatchTime' property :serial_number, as: 'serialNumber' collection :wifi_mac_addresses, as: 'wifiMacAddresses' end end @@ -337,9 +382,18 @@ hash :labels, as: 'labels' property :name, as: 'name' property :parent, as: 'parent' property :update_time, as: 'updateTime' + end + end + + class ListClientStatesResponse + # @private + class Representation < Google::Apis::Core::JsonRepresentation + collection :client_states, as: 'clientStates', class: Google::Apis::CloudidentityV1beta1::ClientState, decorator: Google::Apis::CloudidentityV1beta1::ClientState::Representation + + property :next_page_token, as: 'nextPageToken' end end class ListDeviceUsersResponse # @private