Identity Properties Response
data class IdentityPropertiesResponse(val type: String? = null, val userAssigned: UserAssignedPropertiesResponse? = null)
Managed identity properties.
Constructors
Link copied to clipboard
fun IdentityPropertiesResponse(type: String? = null, userAssigned: UserAssignedPropertiesResponse? = null)