Package-level declarations

Types

Link copied to clipboard
data class GetBotResult(val id: String, val identity: IdentityResponse? = null, val location: String, val name: String, val properties: HealthBotPropertiesResponse, val sku: SkuResponse, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Azure Health Bot resource definition

Link copied to clipboard
data class HealthBotKeyResponse(val keyName: String? = null, val value: String? = null)

An entry of HealthBotKeysResponse

Link copied to clipboard
data class HealthBotPropertiesResponse(val botManagementPortalLink: String, val keyVaultProperties: KeyVaultPropertiesResponse? = null, val provisioningState: String)

The properties of a Azure Health Bot. The Health Bot Service is a cloud platform that empowers developers in Healthcare organizations to build and deploy their compliant, AI-powered virtual health assistants and health bots, that help them improve processes and reduce costs.

Link copied to clipboard
data class IdentityResponse(val principalId: String, val tenantId: String, val type: String? = null, val userAssignedIdentities: Map<String, UserAssignedIdentityResponse>? = null)

Identity for the resource.

Link copied to clipboard
data class KeyVaultPropertiesResponse(val keyName: String, val keyVaultUri: String, val keyVersion: String? = null, val userIdentity: String? = null)

Properties of the key vault.

Link copied to clipboard
data class ListBotSecretsResult(val secrets: List<HealthBotKeyResponse>? = null)

Health Bot Keys Response.

Link copied to clipboard
data class SkuResponse(val name: String)

The resource model definition representing SKU

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Read only system data

Link copied to clipboard
data class UserAssignedIdentityResponse(val clientId: String, val principalId: String)

The details of the user assigned managed identity used by the Video Analyzer resource.