IdentityPropertiesResponse

data class IdentityPropertiesResponse(val type: String? = null, val userAssigned: UserAssignedPropertiesResponse? = null)

Managed identity properties.

Constructors

Link copied to clipboard
constructor(type: String? = null, userAssigned: UserAssignedPropertiesResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

Managed service identity type.

Link copied to clipboard

User assigned identity properties.