Package version:

The properties of the connected registry parent.

interface ParentProperties {
    id?: string;
    syncProperties: SyncProperties;
}

Properties

Properties

id?: string

The resource ID of the parent to which the connected registry will be associated.

syncProperties: SyncProperties

The sync properties of the connected registry with its parent.