MoveFolderRequest

Request message for moving a folder.

API ManagementCloud ComputingInfrastructurePlatform as a Service

Properties

Name Type Description
destinationParent string The resource name of the folder or organization which should be the new parent of the folder.
View JSON Schema on GitHub

JSON Schema

cloud-resource-manager-move-folder-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "MoveFolderRequest",
  "type": "object",
  "description": "Request message for moving a folder.",
  "properties": {
    "destinationParent": {
      "type": "string",
      "description": "The resource name of the folder or organization which should be the new parent of the folder."
    }
  }
}