PublicLandMobileNetworkHomeNetworkPublicKeysArgs

data class PublicLandMobileNetworkHomeNetworkPublicKeysArgs(val profileA: Output<List<HomeNetworkPublicKeyArgs>>? = null, val profileB: Output<List<HomeNetworkPublicKeyArgs>>? = null) : ConvertibleToJava<PublicLandMobileNetworkHomeNetworkPublicKeysArgs>

Configuration relating to SUPI concealment.

Constructors

constructor(profileA: Output<List<HomeNetworkPublicKeyArgs>>? = null, profileB: Output<List<HomeNetworkPublicKeyArgs>>? = null)

Properties

Link copied to clipboard
val profileA: Output<List<HomeNetworkPublicKeyArgs>>? = null

This provides a mapping to identify which public key has been used for SUPI concealment using the Profile A Protection Scheme.

Link copied to clipboard
val profileB: Output<List<HomeNetworkPublicKeyArgs>>? = null

This provides a mapping to identify which public key has been used for SUPI concealment using the Profile B Protection Scheme.

Functions

Link copied to clipboard
open override fun toJava(): PublicLandMobileNetworkHomeNetworkPublicKeysArgs