Updates specified tenant.
HTTP request
PATCH https://jobs.googleapis.com/v4beta1/{tenant.name=projects/*/tenants/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
tenant.name |
Required during tenant update. The resource name for a tenant. This is generated by the service when a tenant is created. The format is "projects/{projectId}/tenants/{tenantId}", for example, "projects/foo/tenants/bar". |
Request body
The request body contains data with the following structure:
JSON representation | |
---|---|
{
"tenant": {
"name": string,
"externalId": string,
"usageType": enum ( |
Fields | |
---|---|
tenant.externalId |
Required. Client side tenant identifier, used to uniquely identify the tenant. The maximum number of allowed characters is 255. |
tenant.usageType |
Indicates whether data owned by this tenant may be used to provide product improvements across other tenants. Defaults behavior is |
tenant.keywordSearchableProfileCustomAttributes[] |
A list of keys of filterable |
updateMask |
Strongly recommended for the best service experience. If A field mask to specify the tenant fields to be updated. Only top level fields of A comma-separated list of fully qualified names of fields. Example: |
Response body
If successful, the response body contains an instance of Tenant
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/jobs
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.