GetAccountResult

data class GetAccountResult(val endpoint: String, val id: String, val identities: List<GetAccountIdentity>, val kind: String, val localAuthEnabled: Boolean, val location: String, val name: String, val primaryAccessKey: String, val qnaRuntimeEndpoint: String, val resourceGroupName: String, val secondaryAccessKey: String, val skuName: String, val tags: Map<String, String>? = null)

A collection of values returned by getAccount.

Constructors

Link copied to clipboard
constructor(endpoint: String, id: String, identities: List<GetAccountIdentity>, kind: String, localAuthEnabled: Boolean, location: String, name: String, primaryAccessKey: String, qnaRuntimeEndpoint: String, resourceGroupName: String, secondaryAccessKey: String, skuName: String, tags: Map<String, String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The endpoint of the Cognitive Services Account

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

A identity block as defined below.

Link copied to clipboard

The kind of the Cognitive Services Account

Link copied to clipboard

Whether local authentication methods is enabled for the Cognitive Account.

Link copied to clipboard

The Azure location where the Cognitive Services Account exists

Link copied to clipboard
Link copied to clipboard

The primary access key of the Cognitive Services Account

Link copied to clipboard

If kind is QnAMaker the link to the QNA runtime.

Link copied to clipboard
Link copied to clipboard

The secondary access key of the Cognitive Services Account

Link copied to clipboard

The SKU name of the Cognitive Services Account

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

A mapping of tags to assigned to the resource.