Identity Properties Args
data class IdentityPropertiesArgs(val type: Output<String>? = null, val userAssigned: Output<UserAssignedPropertiesArgs>? = null) : ConvertibleToJava<IdentityPropertiesArgs>
Managed identity properties.
Constructors
Link copied to clipboard
fun IdentityPropertiesArgs(type: Output<String>? = null, userAssigned: Output<UserAssignedPropertiesArgs>? = null)