- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization Scopes
- Try it!
Full name: projects.locations.global.domains.updateLdapssettings
Patches a single ldaps settings.
HTTP request
PATCH https://managedidentities.googleapis.com/v1beta1/{ldapsSettings.name=projects/*/locations/global/domains/*}/ldapssettings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
ldapsSettings.name |
The resource name of the LDAPS settings. Uses the form: |
Query parameters
Parameters | |
---|---|
updateMask |
Required. Mask of fields to update. At least one path must be supplied in this field. For the This is a comma-separated list of fully qualified names of fields. Example: |
Request body
The request body contains an instance of LDAPSSettings
.
Response body
If successful, the response body contains an instance of Operation
.
Authorization Scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.