01README
Google Cloud chromemanagement infrastructure models
02Release Notes
- Updated: customers_connectorconfigs
03Models
@swamp/gcp/chromemanagement/customers-apps-androidv2026.04.23.1customers_apps_android.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a android
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a chrome
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a web
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
fn get(identifier: string)
Get a certificateProvisioningProcesses
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the certificateProvisioningProcesses |
fn sync()
Sync certificateProvisioningProcesses state from GCP
fn claim(callerInstanceId?: any)
claim
| Argument | Type | Description |
|---|---|---|
| callerInstanceId? | any |
fn set_failure(errorMessage?: any)
set failure
| Argument | Type | Description |
|---|---|---|
| errorMessage? | any |
fn sign_data(signData?: any, signatureAlgorithm?: any)
sign data
| Argument | Type | Description |
|---|---|---|
| signData? | any | |
| signatureAlgorithm? | any |
fn upload_certificate(certificatePem?: any)
upload certificate
| Argument | Type | Description |
|---|---|---|
| certificatePem? | any |
Resources
state(infinite)— A certificate provisioning process.
@swamp/gcp/chromemanagement/customers-connectorconfigsv2026.04.24.1customers_connectorconfigs.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| details? | object | The details of the connector config. |
| displayName? | string | Required. The display name of the config. |
| name? | string | Identifier. Format: customers/{customer}/connectorConfigs/{connector_config} |
| status? | object | The status of the connector config. |
| type? | enum | Required. The type of the connector. |
| connectorConfigId? | string | Optional. 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? | string | The 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
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the connectorConfigs |
fn update()
Update connectorConfigs attributes
fn delete(identifier: string)
Delete the connectorConfigs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a profiles
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the profiles |
fn delete(identifier: string)
Delete the profiles
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| commandResult? | object | Result of the execution of a command. |
| commandType? | string | Required. Type of the remote command. The only supported command_type is "clearBrowsingData". |
| name? | string | Identifier. Format: customers/{customer_id}/profiles/{profile_permanent_id}/commands/{command_id} |
| payload? | record | Required. Payload of the remote command. The payload for "clearBrowsingData" command supports: - fields "clearCache" and "clearCookies" - values of boolean type. |
| parent? | string | The 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
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a devices
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a events
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| filter? | object | Configures how the telemetry data should be filtered. |
| googleCloudPubsubTopic? | string | The pubsub topic to which notifications are published to. |
| parent? | string | The 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
| Argument | Type | Description |
|---|---|---|
| identifier | string | The name of the notificationConfigs |
fn delete(identifier: string)
Delete the notificationConfigs
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| parent? | string | The parent resource name (e.g., projects/my-project/locations/us-central1, organizations/123, folders/456) |
fn get(identifier: string)
Get a users
| Argument | Type | Description |
|---|---|---|
| identifier | string | The 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 Versions
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