- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Updates an export setting.
HTTP request
PATCH https://cloudasset.googleapis.com/v1p7beta1/{exportSetting.name=folders/*/inventorySettings/exportSettings/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
exportSetting.name |
The format will be: organizations/{ORGANIZATION_NUMBER}/inventorySettings/exportSettings/{exportSetting} or folders/{FOLDER_NUMBER}/inventorySettings/exportSettings/{exportSetting} or projects/{PROJECT_NUMBER}/inventorySettings/exportSettings/{exportSetting} |
Query parameters
Parameters | |
---|---|
updateMask |
Required. Only updates the A comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of ExportSetting
.
Response body
If successful, the response body contains an instance of ExportSetting
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.