Managed Cluster Addon Profile Response Identity
data class ManagedClusterAddonProfileResponseIdentity(val clientId: String? = null, val objectId: String? = null, val resourceId: String? = null)
Information of user assigned identity used by this add-on.
Constructors
Link copied to clipboard
fun ManagedClusterAddonProfileResponseIdentity(clientId: String? = null, objectId: String? = null, resourceId: String? = null)