GetAccountResult

data class GetAccountResult(val id: String, val name: String, val primaryAccessKey: String, val resourceGroupName: String, val secondaryAccessKey: String, val skuName: String, val tags: Map<String, String>? = null, val xMsClientId: String)

A collection of values returned by getAccount.

Constructors

Link copied to clipboard
constructor(id: String, name: String, primaryAccessKey: String, resourceGroupName: String, secondaryAccessKey: String, skuName: String, tags: Map<String, String>? = null, xMsClientId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard
Link copied to clipboard

The primary key used to authenticate and authorize access to the Maps REST APIs.

Link copied to clipboard
Link copied to clipboard

The primary key used to authenticate and authorize access to the Maps REST APIs. The second key is given to provide seamless key regeneration.

Link copied to clipboard

The SKU of the Azure Maps Account.

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

A unique identifier for the Maps Account.