Method: domains.updateLdapssettings

Full name: projects.locations.global.domains.updateLdapssettings

Patches a single ldaps settings.

HTTP request

PATCH https://managedidentities.googleapis.com/v1/{ldapsSettings.name=projects/*/locations/global/domains/*}/ldapssettings

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
ldapsSettings.name

string

The resource name of the LDAPS settings. Uses the form: projects/{project}/locations/{location}/domains/{domain}.

Query parameters

Parameters
updateMask

string (FieldMask format)

Required. Mask of fields to update. At least one path must be supplied in this field. For the FieldMask definition, see https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#fieldmask

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

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.