GetDataProductResult

data class GetDataProductResult(val availableMinorVersions: List<String>, val consumptionEndpoints: ConsumptionEndpointsPropertiesResponse, val currentMinorVersion: String? = null, val customerEncryptionKey: EncryptionKeyDetailsResponse? = null, val customerManagedKeyEncryptionEnabled: String? = null, val documentation: String, val id: String, val identity: ManagedServiceIdentityResponse? = null, val keyVaultUrl: String, val location: String, val majorVersion: String, val name: String, val networkacls: DataProductNetworkAclsResponse? = null, val owners: List<String>? = null, val privateLinksEnabled: String? = null, val product: String, val provisioningState: String, val publicNetworkAccess: String? = null, val publisher: String, val purviewAccount: String? = null, val purviewCollection: String? = null, val redundancy: String? = null, val resourceGuid: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

The data product resource.

Constructors

Link copied to clipboard
fun GetDataProductResult(availableMinorVersions: List<String>, consumptionEndpoints: ConsumptionEndpointsPropertiesResponse, currentMinorVersion: String? = null, customerEncryptionKey: EncryptionKeyDetailsResponse? = null, customerManagedKeyEncryptionEnabled: String? = null, documentation: String, id: String, identity: ManagedServiceIdentityResponse? = null, keyVaultUrl: String, location: String, majorVersion: String, name: String, networkacls: DataProductNetworkAclsResponse? = null, owners: List<String>? = null, privateLinksEnabled: String? = null, product: String, provisioningState: String, publicNetworkAccess: String? = null, publisher: String, purviewAccount: String? = null, purviewCollection: String? = null, redundancy: String? = null, resourceGuid: String, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

List of available minor versions of the data product resource.

Link copied to clipboard

Resource links which exposed to the customer to query the data.

Link copied to clipboard

Current configured minor version of the data product resource.

Link copied to clipboard

Customer managed encryption key details for data product.

Link copied to clipboard

Flag to enable customer managed key encryption for data product.

Link copied to clipboard

Documentation link for the data product based on definition file.

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}

Link copied to clipboard

The managed service identities assigned to this resource.

Link copied to clipboard

Key vault url.

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

Major version of data product.

Link copied to clipboard

The name of the resource

Link copied to clipboard

Network rule set for data product.

Link copied to clipboard
val owners: List<String>? = null

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

Link copied to clipboard

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

Link copied to clipboard

Product name of data product.

Link copied to clipboard

Latest provisioning state of data product.

Link copied to clipboard

Flag to enable or disable public access of data product resource.

Link copied to clipboard

Data product publisher name.

Link copied to clipboard
val purviewAccount: String? = null

Purview account url for data product to connect to.

Link copied to clipboard

Purview collection url for data product to connect to.

Link copied to clipboard
val redundancy: String? = null

Flag to enable or disable redundancy for data product.

Link copied to clipboard

The resource GUID property of the data product resource.

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"