- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- SdkUpdateConfigurationPropertyRequest
- IntegrationParamTypeEnum
- Try it!
Full name: projects.locations.instances.legacySdk.legacyUpdateConfigurationProperty
Legacy RPC for update configuration property.
HTTP request
Path parameters
Parameters | |
---|---|
instance |
Required. The UpdateConfigurationProperty request. Format: projects/{project}/locations/{location}/instances/{instance}/legacySdk:updateConfigurationProperty |
Query parameters
Parameters | |
---|---|
identifier |
Required. The identifier of the configuration property. |
propertyName |
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 ( |
Fields | |
---|---|
creationTimeUnixTimeMs |
Creation time in unix ms. |
modificationTimeUnixTimeMs |
Modification time in unix ms. |
tenantId |
Tenant id. |
id |
Id. |
integrationIdentifier |
Integration identifier. |
propertyName |
Property name. |
propertyDescription |
Property description. |
propertyDisplayName |
Property display name. |
value |
Value. |
integrationInstance |
Integration instance. |
environment |
Environment. |
propertyType |
Property type. |
isMandatory |
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 |
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. |