Get Data Product Result
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
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard