The representation sent to the server when creating an ImportContainer.

interface ImportContainerDraft {
    key: string;
    resourceType?: string;
}

Properties

Properties

key: string

User-defined unique identifier of the ImportContainer. Keys can only contain alphanumeric characters (a-Z, 0-9), underscores and hyphens (_, -).

resourceType?: string

The resource type to be imported. If not given, the ImportContainer is able to import all of the supported ImportResourceTypes.