ManagedClusterAddonProfileResponseIdentity

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

constructor(clientId: String? = null, objectId: String? = null, resourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val clientId: String? = null

The client ID of the user assigned identity.

Link copied to clipboard
val objectId: String? = null

The object ID of the user assigned identity.

Link copied to clipboard
val resourceId: String? = null

The resource ID of the user assigned identity.