DataProductUpdateProperties interface
The updatable properties of the DataProduct.
Properties
current |
Current configured minor version of the data product resource. |
owners | List of name or email associated with data product resource deployment. |
private |
Flag to enable or disable private link for data product resource. |
purview |
Purview account url for data product to connect to. |
purview |
Purview collection url for data product to connect to. |
Property Details
currentMinorVersion
Current configured minor version of the data product resource.
currentMinorVersion?: string
Property Value
string
owners
List of name or email associated with data product resource deployment.
owners?: string[]
Property Value
string[]
privateLinksEnabled
Flag to enable or disable private link for data product resource.
privateLinksEnabled?: string
Property Value
string
purviewAccount
Purview account url for data product to connect to.
purviewAccount?: string
Property Value
string
purviewCollection
Purview collection url for data product to connect to.
purviewCollection?: string
Property Value
string