User Args
constructor(appType: Output<Either<String, AppType>>? = null, confirmation: Output<Either<String, Confirmation>>? = null, email: Output<String>? = null, firstName: Output<String>? = null, identities: Output<List<UserIdentityContractArgs>>? = null, lastName: Output<String>? = null, note: Output<String>? = null, notify: Output<Boolean>? = null, password: Output<String>? = null, resourceGroupName: Output<String>? = null, serviceName: Output<String>? = null, state: Output<Either<String, UserState>>? = null, userId: Output<String>? = null)