Required. The domain resource name using the form: projects/{projectId}/locations/global/domains/{domainName}
Authorization requires the following IAM permission on the specified resource domain:
managedidentities.domains.extendSchema
Request body
The request body contains data with the following structure:
JSON representation
{"description": string,// Union field ldif_source can be only one of the following:"gcsPath": string,"fileContents": string// End of list of possible types for union field ldif_source.}
Fields
description
string
Required. Description for Schema Change.
Union field ldif_source. Required The LDIF file input for Schema Extension can be derived from any one of the given sources. ldif_source can be only one of the following:
gcsPath
string
File stored in Cloud Storage bucket and represented in the form projects/{projectId}/buckets/{bucket_name}/objects/{object_name} File should be in the same project as the domain.
[[["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-05-14 UTC."],[],[],null,["# Method: domains.extendSchema\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n - [JSON representation](#body.request_body.SCHEMA_REPRESENTATION)\n- [Response body](#body.response_body)\n- [Authorization Scopes](#body.aspect)\n- [Try it!](#try-it)\n\n**Full name**: projects.locations.global.domains.extendSchema\n\nExtend Schema for Domain\n\n### HTTP request\n\n`POST https://managedidentities.googleapis.com/v1beta1/{domain=projects/*/locations/global/domains/*}:extendSchema`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body contains data with the following structure:\n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/managed-microsoft-ad/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\n### Authorization Scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]