Get Account Result
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)
Properties
Link copied to clipboard
A identity
block as defined below.
Link copied to clipboard
Whether local authentication methods is enabled for the Cognitive Account.
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