GetNetworkSimGroupResult

data class GetNetworkSimGroupResult(val encryptionKeyUrl: String, val id: String, val identities: List<GetNetworkSimGroupIdentity>, val location: String, val mobileNetworkId: String, val name: String, val tags: Map<String, String>)

A collection of values returned by getNetworkSimGroup.

Constructors

Link copied to clipboard
constructor(encryptionKeyUrl: String, id: String, identities: List<GetNetworkSimGroupIdentity>, location: String, mobileNetworkId: String, name: String, tags: Map<String, String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A key to encrypt the SIM data that belongs to this SIM group.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

An identity block as defined below.

Link copied to clipboard

The Azure Region where the Mobile Network Sim Groups should exist.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A mapping of tags which should be assigned to the Mobile Network Sim Groups.