Method: legacySdk.legacyUpdateConfigurationProperty

Full name: projects.locations.instances.legacySdk.legacyUpdateConfigurationProperty

Legacy RPC for update configuration property.

HTTP request


Path parameters

Parameters
instance

string

Required. The UpdateConfigurationProperty request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:updateConfigurationProperty

Query parameters

Parameters
identifier

string

Required. The identifier of the configuration property.

propertyName

string

Required. The property name of the configuration property.

Request body

The request body contains an instance of SdkUpdateConfigurationPropertyRequest.

Response body

IntegrationSettingData message.

If successful, the response body contains data with the following structure:

JSON representation
{
  "creationTimeUnixTimeMs": string,
  "modificationTimeUnixTimeMs": string,
  "tenantId": string,
  "id": string,
  "integrationIdentifier": string,
  "propertyName": string,
  "propertyDescription": string,
  "propertyDisplayName": string,
  "value": string,
  "integrationInstance": string,
  "environment": string,
  "propertyType": enum (IntegrationParamTypeEnum),
  "isMandatory": boolean
}
Fields
creationTimeUnixTimeMs

string (int64 format)

Creation time in unix ms.

modificationTimeUnixTimeMs

string (int64 format)

Modification time in unix ms.

tenantId

string

Tenant id.

id

string (int64 format)

Id.

integrationIdentifier

string

Integration identifier.

propertyName

string

Property name.

propertyDescription

string

Property description.

propertyDisplayName

string

Property display name.

value

string

Value.

integrationInstance

string

Integration instance.

environment

string

Environment.

propertyType

enum (IntegrationParamTypeEnum)

Property type.

isMandatory

boolean

Is mandatory.

Authorization scopes

Requires the following OAuth scope:

  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.

SdkUpdateConfigurationPropertyRequest

The UpdateConfigurationPropertyRequest message.

JSON representation
{
  "propertyValue": string
}
Fields
propertyValue

string

Required. The instance of the legacy sdk. The identifier of the configuration property.

IntegrationParamTypeEnum

IntegrationParamTypeEnum enum.

Enums
BOOLEAN Boolean.
INT Integer.
STRING String.
PASSWORD Password.
IP IP.
IP_OR_HOST IP or host.
URL URL.
DOMAIN Domain.
EMAIL Email.
VALUES1 Values1.
VALUES_AS_SEMI_COLON_SEPERATED_STRING Values as semi colon separated string.
MULTI_VALUES_SELECTION Multi values selection.
SCRIPT Script.
FILTER_LIST Filter list.