IdentitySelectorResponse

data class IdentitySelectorResponse(val identityType: String? = null, val userAssignedIdentityResourceId: String? = null)

Constructors

Link copied to clipboard
constructor(identityType: String? = null, userAssignedIdentityResourceId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val identityType: String? = null

The type of managed identity that is being selected.

Link copied to clipboard

The user assigned managed identity resource ID to use. Mutually exclusive with a system assigned identity type.