Skip to main content

Gcp/chromemanagement

@swamp/gcp/chromemanagementv2026.04.24.1· 6d agoMODELS
01README

Google Cloud chromemanagement infrastructure models

02Release Notes
  • Updated: customers_connectorconfigs
03Models11
@swamp/gcp/chromemanagement/customers-apps-androidv2026.04.23.1customers_apps_android.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a android
ArgumentTypeDescription
identifierstringThe name of the android
fn sync()
Sync android state from GCP

Resources

state(infinite)— Resource representing app details.
@swamp/gcp/chromemanagement/customers-apps-chromev2026.04.23.1customers_apps_chrome.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a chrome
ArgumentTypeDescription
identifierstringThe name of the chrome
fn sync()
Sync chrome state from GCP

Resources

state(infinite)— Resource representing app details.
@swamp/gcp/chromemanagement/customers-apps-webv2026.04.23.1customers_apps_web.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a web
ArgumentTypeDescription
identifierstringThe name of the web
fn sync()
Sync web state from GCP

Resources

state(infinite)— Resource representing app details.
@swamp/gcp/chromemanagement/customers-certificateprovisioningprocessesv2026.04.23.1customers_certificateprovisioningprocesses.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
fn get(identifier: string)
Get a certificateProvisioningProcesses
ArgumentTypeDescription
identifierstringThe name of the certificateProvisioningProcesses
fn sync()
Sync certificateProvisioningProcesses state from GCP
fn claim(callerInstanceId?: any)
claim
ArgumentTypeDescription
callerInstanceId?any
fn set_failure(errorMessage?: any)
set failure
ArgumentTypeDescription
errorMessage?any
fn sign_data(signData?: any, signatureAlgorithm?: any)
sign data
ArgumentTypeDescription
signData?any
signatureAlgorithm?any
fn upload_certificate(certificatePem?: any)
upload certificate
ArgumentTypeDescription
certificatePem?any

Resources

state(infinite)— A certificate provisioning process.
@swamp/gcp/chromemanagement/customers-connectorconfigsv2026.04.24.1customers_connectorconfigs.ts

Global Arguments

ArgumentTypeDescription
details?objectThe details of the connector config.
displayName?stringRequired. The display name of the config.
name?stringIdentifier. Format: customers/{customer}/connectorConfigs/{connector_config}
status?objectThe status of the connector config.
type?enumRequired. The type of the connector.
connectorConfigId?stringOptional. ID to use for the connector config, which becomes the final component of the connector config's resource name. If provided, the ID must be 1-63 characters long, and contain only lowercase letters, digits, and hyphens. It must start with a letter, and end with a letter or number. If not provided, the connector config will be assigned a random UUID.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn create()
Create a connectorConfigs
fn get(identifier: string)
Get a connectorConfigs
ArgumentTypeDescription
identifierstringThe name of the connectorConfigs
fn update()
Update connectorConfigs attributes
fn delete(identifier: string)
Delete the connectorConfigs
ArgumentTypeDescription
identifierstringThe name of the connectorConfigs
fn sync()
Sync connectorConfigs state from GCP

Resources

state(infinite)— A representation of a connector config.
@swamp/gcp/chromemanagement/customers-profilesv2026.04.23.1customers_profiles.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn get(identifier: string)
Get a profiles
ArgumentTypeDescription
identifierstringThe name of the profiles
fn delete(identifier: string)
Delete the profiles
ArgumentTypeDescription
identifierstringThe name of the profiles
fn sync()
Sync profiles state from GCP

Resources

state(infinite)— A representation of a Chrome browser profile.
@swamp/gcp/chromemanagement/customers-profiles-commandsv2026.04.23.1customers_profiles_commands.ts

Global Arguments

ArgumentTypeDescription
commandResult?objectResult of the execution of a command.
commandType?stringRequired. Type of the remote command. The only supported command_type is "clearBrowsingData".
name?stringIdentifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id}
payload?recordRequired. Payload of the remote command. The payload for "clearBrowsingData" command supports: - fields "clearCache" and "clearCookies" - values of boolean type.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn create()
Create a commands
fn get(identifier: string)
Get a commands
ArgumentTypeDescription
identifierstringThe name of the commands
fn sync()
Sync commands state from GCP

Resources

state(infinite)— A representation of a remote command for a Chrome browser profile.
@swamp/gcp/chromemanagement/customers-telemetry-devicesv2026.04.23.1customers_telemetry_devices.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn get(identifier: string)
Get a devices
ArgumentTypeDescription
identifierstringThe name of the devices
fn sync()
Sync devices state from GCP

Resources

state(infinite)— Telemetry data collected from a managed device. * Granular permission needed:...
@swamp/gcp/chromemanagement/customers-telemetry-eventsv2026.04.23.1customers_telemetry_events.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn get(identifier: string)
Get a events
ArgumentTypeDescription
identifierstringThe name of the events
fn sync()
Sync events state from GCP

Resources

state(infinite)— Telemetry data reported by a managed device.
@swamp/gcp/chromemanagement/customers-telemetry-notificationconfigsv2026.04.23.1customers_telemetry_notificationconfigs.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
filter?objectConfigures how the telemetry data should be filtered.
googleCloudPubsubTopic?stringThe pubsub topic to which notifications are published to.
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn create()
Create a notificationConfigs
fn get(identifier: string)
Get a notificationConfigs
ArgumentTypeDescription
identifierstringThe name of the notificationConfigs
fn delete(identifier: string)
Delete the notificationConfigs
ArgumentTypeDescription
identifierstringThe name of the notificationConfigs
fn sync()
Sync notificationConfigs state from GCP

Resources

state(infinite)— Configuration to receive notifications of telemetry data.
@swamp/gcp/chromemanagement/customers-telemetry-usersv2026.04.23.1customers_telemetry_users.ts

Global Arguments

ArgumentTypeDescription
namestringInstance name for this resource (used as the unique identifier in the factory pattern)
parent?stringThe parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456)
fn get(identifier: string)
Get a users
ArgumentTypeDescription
identifierstringThe name of the users
fn sync()
Sync users state from GCP

Resources

state(infinite)— Telemetry data collected from a managed user. * Granular permission needed: T...
04Previous Versions7
2026.04.23.1Apr 23, 2026
2026.04.19.1Apr 19, 2026
  • Added: customers_connectorconfigs
  • Updated: customers_apps_android, customers_apps_chrome, customers_apps_web

Added 1 models

2026.04.04.1Apr 4, 2026
  • Updated: customers_profiles, customers_telemetry_devices, customers_telemetry_users
2026.04.03.3Apr 3, 2026
  • Updated: customers_apps_android, customers_apps_chrome, customers_apps_web, customers_certificateprovisioningprocesses, customers_profiles, customers_profiles_commands, customers_telemetry_devices, customers_telemetry_events, customers_telemetry_notificationconfigs, customers_telemetry_users
2026.04.03.1Apr 3, 2026
  • Updated: customers_apps_android, customers_apps_chrome, customers_apps_web, customers_certificateprovisioningprocesses, customers_profiles, customers_profiles_commands, customers_telemetry_devices, customers_telemetry_events, customers_telemetry_notificationconfigs, customers_telemetry_users
2026.04.02.2Apr 2, 2026
2026.03.27.1Mar 27, 2026
  • Added: customers_apps_android, customers_apps_chrome, customers_apps_web, customers_certificateprovisioningprocesses, customers_profiles, customers_profiles_commands, customers_telemetry_devices, customers_telemetry_events, customers_telemetry_notificationconfigs, customers_telemetry_users
05Stats
A
100 / 100
Downloads
2
Archive size
42.1 KB
Verified by Swamp
  • Has README or module doc2/2earned
  • README has a code example1/1earned
  • README is substantive1/1earned
  • Most symbols documented1/1earned
  • No slow types1/1earned
  • Has description1/1earned
  • At least one platform tag (or universal)1/1earned
  • Two or more platform tags (or universal)1/1earned
  • License declared1/1earned
  • Verified public repository2/2earned
06Platforms
07Labels