UserArgs

constructor(accessString: Output<String>? = null, authenticationMode: Output<AuthenticationModePropertiesArgs>? = null, engine: Output<UserEngine>? = null, noPasswordRequired: Output<Boolean>? = null, passwords: Output<List<String>>? = null, tags: Output<List<TagArgs>>? = null, userId: Output<String>? = null, userName: Output<String>? = null)