Method: projects.locations.updateAclConfig
Stay organized with collections
Save and categorize content based on your preferences.
Default ACL configuration for use in a location of a customer's project. Updates will only reflect to new data stores. Existing data stores will still use the old value.
HTTP request
PATCH https://discoveryengine.googleapis.com/v1alpha/{aclConfig.name=projects/*/locations/*/aclConfig}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
aclConfig.name |
string
Immutable. The full resource name of the acl configuration. Format: projects/{project}/locations/{location}/aclConfig . This field must be a UTF-8 encoded string with a length limit of 1024 characters.
|
Request body
The request body contains an instance of AclConfig
.
Response body
If successful, the response body contains an instance of AclConfig
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the name
resource:
discoveryengine.aclConfigs.update
For more information, see the IAM documentation.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-03-03 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-03 UTC."],[[["This document describes how to update the Access Control List (ACL) configuration for a customer's project in Google Cloud."],["The ACL configuration is updated using a PATCH HTTP request to a specific URL that utilizes gRPC Transcoding syntax and requires a path parameter for the `aclConfig.name`."],["The request and response bodies both use instances of the `AclConfig` resource to define the ACL configuration."],["Updating the ACL configuration requires the `discoveryengine.aclConfigs.update` IAM permission on the specified resource."],["To successfully update the configuration, the request must be made with the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]