Full name: projects.locations.global.domains.extendSchema
Extend Schema for Domain
HTTP request
POST https://managedidentities.googleapis.com/v1beta1/{domain=projects/*/locations/global/domains/*}:extendSchema
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
domain |
Required. The domain resource name using the form: Authorization requires the following IAM permission on the specified resource
|
Request body
The request body contains data with the following structure:
JSON representation |
---|
{ "description": string, // Union field |
Fields | |
---|---|
description |
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 |
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. |
fileContents |
File uploaded as a byte stream input. A base64-encoded string. |
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.