Package version:

Interface DataProductUpdateProperties

The updatable properties of the DataProduct.

interface DataProductUpdateProperties {
    currentMinorVersion?: string;
    owners?: string[];
    privateLinksEnabled?: string;
    purviewAccount?: string;
    purviewCollection?: string;
}

Properties

currentMinorVersion?: string

Current configured minor version of the data product resource.

owners?: string[]

List of name or email associated with data product resource deployment.

privateLinksEnabled?: string

Flag to enable or disable private link for data product resource.

purviewAccount?: string

Purview account url for data product to connect to.

purviewCollection?: string

Purview collection url for data product to connect to.

Generated using TypeDoc