User Proficiency Args
data class UserProficiencyArgs(val attributeName: Output<String>, val attributeValue: Output<String>, val level: Output<Double>) : ConvertibleToJava<UserProficiencyArgs>
Proficiency of a user.
Proficiency of a user.